-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unstable behavior in Firefox Quantum #252
Comments
Yep, happening with me. Don't even know where to begin to correct this. |
As this package seems to be abandonned (last commit in March, no replies in the issue forum), I've decided to move to the native It's not the easiest transition. I've created 2 questions on StackOverflow, maybe they will help somebody: |
It's very easy to fix ... add this to the CSS (keep Vendor Prefixes in mind). "Will change" is optional and not required as I have seen in tests
|
@WS-Theme -- that is already in my CSS for the parents and children to prevent issues with delay in IOS (it forces hardware acceleration). It hasn't helped with FireFox. |
I'm using hcSticky, works great! I wrote up a work around, since the FireFox thing is still an issue if the sticky element is stuck to the top: Download the zip there, plenty of examples and how to implement. |
Yes, I confirmed that with hcSticky that there is no jumpiness when the element you're sticking is not smacked up to the top of the viewport. |
Sticky Kit doesn't seem to handle new Firefox Qantum well, at least not in my projects. Check choir.cz for example.
Sticking happens after a noticable delay and whole experience is pretty choppy. I've tested this in OSX and Windows.
I suppose that is because of browser's new "Async Pan/Zoom" feature: https://hacks.mozilla.org/2017/11/async-panzoom-apz-lands-in-firefox-quantum/.
Have you found some way around this?
The text was updated successfully, but these errors were encountered: