Page 1 of 1

Breakpoint events don't work

Posted: Sun Jul 11, 2021 1:39 pm
by BasilKoker
Good day. The problem is as follows.
Clicking on the red window will close the window below. But that doesn't work at a breakpoint. Write what I'm doing wrong.The project is located. FTP: 185.104.112.189 port 21, login: wys, pass: wys123456

Re: Breakpoint events don't work

Posted: Sun Jul 11, 2021 2:47 pm
by Pablo
Which 'red window' are you referring to? Can you please be more specific?

But, this may be helpful "When using events, the visibility is affected by breakpoints":
https://wysiwygwebbuilder.com/forum/vie ... 10&t=63817

Important note:
If you share a project then please remove everything from the project that is not relevant to your question so it is immediately clear where to look.
See also this FAQ: viewtopic.php?f=10&t=82134

Re: Breakpoint events don't work

Posted: Sun Jul 11, 2021 3:12 pm
by BasilKoker
Red window where it says "ПОСЛЕДНЕЕ ИССЛЕДОВАНИE"

Re: Breakpoint events don't work

Posted: Sun Jul 11, 2021 3:53 pm
by Pablo
Did you read the FAQ?

It is important to understand how events and breakpoints work:
- events use JavaScript to show/hide the object
- breakpoints use CSS to control the visibility.
So, you cannot use show/hide an object with breakpoints if you also want to use events to show and hide, because this will cause a conflict.
That is why the option 'include visibility' is available. This option must be unchecked.
Also note that events are active for all breakpoints.

Re: Breakpoint events don't work

Posted: Sun Jul 11, 2021 4:04 pm
by BasilKoker
Yes. I don't understand why the Animate event doesn't fire at the breakpoint! If I don't set a breakpoint everything works.

Re: Breakpoint events don't work

Posted: Sun Jul 11, 2021 5:14 pm
by Pablo
If you need further assistance then please update the project so it only contains the elements that are relevant to your question.
Then I do not have to check the properties of every element to see what you have done.

See also the FAQ:
viewtopic.php?f=10&t=82134