You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I scroll down and reach the sticky element, The SCROLL EVENT message is appering in the console thousands of times within a couple of sec, it never stops, only if I scroll back to the top.
I've tested sticky thing demo page with firefox and worked perfectly, maybe something is incompatible with my code, but I haven't found any clue.
This doesn't happen with Chrome, or Safari only Firefox.
Thanks for any suggestions!
UPDATE:
When I wrap the whole website into a flexbox with flex-column the issue disappears.
The text was updated successfully, but these errors were encountered:
Hi,
thank you for this awesome directive!
Interestingly, I'm having an issue with Firefox. When I scroll down the scrolling event is getting in an infinite loop, I have no idea why.
I've changed the source code and added a console.log message:
When I scroll down and reach the sticky element, The
SCROLL EVENT
message is appering in the console thousands of times within a couple of sec, it never stops, only if I scroll back to the top.I've tested sticky thing demo page with firefox and worked perfectly, maybe something is incompatible with my code, but I haven't found any clue.
This doesn't happen with Chrome, or Safari only Firefox.
Thanks for any suggestions!
UPDATE:
When I wrap the whole website into a flexbox with flex-column the issue disappears.
The text was updated successfully, but these errors were encountered: