-
Notifications
You must be signed in to change notification settings - Fork 297
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
Table with thead tag produces auto-scrolling to the bottom of the page on Firefox #159
Comments
It does seem to be a new thing with firefox - we've been using this for many years and just started getting odd complaints of issues with the page scrolling to the bottom - have tracked it down to this - disabled all stickytableheaders on firefox as a work around - I couldn't see what on earth is going wrong |
This is firefox bug and I have created a ticket on bugzila Still waiting for them to fix it |
I'm looking into fixing that Firefox bug and got here just by chance, that jsfiddle with the reduction would've been extremely useful! Anyhow, thank you for reporting it. You can work around it by using |
Should be fixed in Nightly, 68ESR and Beta, fwiw. Relatedly, this plugin creates an infinite scroll event bug in Chrome, which I fixed on Firefox too, and which is tracked in https://bugs.chromium.org/p/chromium/issues/detail?id=988991. See my comment there for how to reproduce it. |
On Firefox version 66+ (not tested before), if the StickyTableHeaders-Table in on top of the page and has a thead tag, after leaving the sticky header table, the browser continues to scroll by it self until the bottom of the page and "stays" there, no more scrolling up possible.
Here is a jsfiddle to reproduce this: https://jsfiddle.net/vLx4z3n5/1/
The text was updated successfully, but these errors were encountered: