-
-
Notifications
You must be signed in to change notification settings - Fork 198
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 getting stuck at width when resizing horizontally. #70
Comments
Thanks, looks like all my recent meddling with how table sizing works had this unfortunate side-effect. Ill take a look tomorrow. |
Can you check your code against the v1.2.6 branch and see if this is resolved there? |
It appears to be fixed, thanks! Although i will say it is quite slow resizing on chrome and IE 11, Firefox is fast though. EDIT: found one issue which is not really that bad but can cause horizontal scroll bars even when they are not needed. It looks like the colgroup style width doesn't account for the like 1-3 pixels or table border. I'm not so sure but if i remove the colgroup element the scroll bars are gone. |
can you create a fiddle with the border issue so i can see it happening? |
Is there a cdn for the 1.2.6 branch? |
no, you can use rawgithub: https://rawgithub.com/mkoryak/floatThead/v1.2.6/jquery.floatThead.js |
perform the same test as described in the first post. |
the problem seems to be unrelated to the plugin, see: I removed all javascript code and the scrollbars still appear. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When working with responsive layout in bootstrap 3 the table gets stuck at a small width and will not resize with 'reflow' or 'destroy'.
I noticed that the problem does not occur if i remove the attribute 'width:auto' that is attached to the table style.
Browser: Chrome (newest)
Example: http://mkoryak.github.io/floatThead/examples/bootstrap3/
Replicate:
1: Scroll vertically to a point where a table header is floating above a row
2: Resize the window horizontally to a small size.
3: Resize the window back to a large width.
The text was updated successfully, but these errors were encountered: