-
Notifications
You must be signed in to change notification settings - Fork 63
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
Right arrow has line break when window resized smaller and on tab change a vertical scroll bar appears #58
Comments
Thanks for using my plugin! This is an interesting scenario I hadn't considered. Does this plunk demonstrate the issue: Click the "Troublemaker" tab, which has very tall content that triggers a vertical scrollbar. I want to be sure I understand the issue correctly before attempting a fix. 😃 |
I have the same issue here: Also i want to hide all the arrows before the loading state is 100 ready. jQuery('.nav-tabs').scrollingTabs().on('ready.scrtabs', function() { This does NOT work, no alert or other errors |
@danman1234 can you provide a plunk or something demonstrating your setup? In this plunk from the README: the file |
I just published v2.6.0, which should fix the issue of a vertical scrollbar appearing but not triggering the plugin to resize itself (thus causing the right scroll arrow to wrap). Note that you'll need to pass in option |
If the window is been made a bit smaller scrt does a recalculation and places its UI elements at new positions. If one changes the tab now to a tab with larger content, that needs vertical scroll bars of the browser, the right chevron faces a line break and wanders to the left side..
The text was updated successfully, but these errors were encountered: