-
Notifications
You must be signed in to change notification settings - Fork 754
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
scroller widget - full width table resizing #1229
Comments
Hi @ElVisPL! Thanks for reporting this issue. It looks like it is only happening in Firefox. I think I found the problem and will have a patch available soon. |
Hello @Mottie. Thank you for response! I will show it on screenshots.
2)I minimize window - horizontal scrollbar appears http://i.imgur.com/RceA2L4.png 3)I refresh page in that minimized mode, or force window resize event by slightly changing window size (by dragging window border) - please see that there is no horizontal scroll bar anymore -table again fits window width perfectly, but the table size is the same as in 2) http://i.imgur.com/jVelDa9.png I would expect that after minimizing window in 2) table would not have that horizontal scroll and behave like 3) (of course unless width < some min-width). What you think? :) |
Hmmm, ok I'll have to look into that when I get some more free time. |
Basing on example: https://mottie.github.io/tablesorter/docs/example-widget-scroller.html
Full width table is not resizing correctly when you resize from full-window to smaller one by double clicking window handler.
So the problem only appears when you are resizing by double click and from full-size browser window to smaller one
The text was updated successfully, but these errors were encountered: