Breakpoint events don't work

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
BasilKoker
 
 
Posts: 7
Joined: Sat Oct 03, 2020 11:36 am

Breakpoint events don't work

Post 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
User avatar
Pablo
 
Posts: 21571
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Breakpoint events don't work

Post 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
BasilKoker
 
 
Posts: 7
Joined: Sat Oct 03, 2020 11:36 am

Re: Breakpoint events don't work

Post by BasilKoker »

Red window where it says "ПОСЛЕДНЕЕ ИССЛЕДОВАНИE"
User avatar
Pablo
 
Posts: 21571
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Breakpoint events don't work

Post 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.
BasilKoker
 
 
Posts: 7
Joined: Sat Oct 03, 2020 11:36 am

Re: Breakpoint events don't work

Post 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.
User avatar
Pablo
 
Posts: 21571
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Breakpoint events don't work

Post 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
Post Reply