#2958 closed bug (notabug)
Tabs wrapping
Reported by: | Owned by: | klaus.hartl | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.5 |
Keywords: | tabs wrapping | Cc: | |
Blocked by: | Blocking: |
Description
When there are more tabs then can fit on one line, the tabs start wrapping to multiple lines, which is good. The problem is that the first tab on the second line is horizontally aligned with the currently selected tab on the first line. So instead of the first tab of the second line starting at the left side of <ul>, it starts somewhere in the middle under the currently selected tab. And every time you select a different tab on the first line, all tabs are reordered. You can reproduce the problem by going to your demo page and clicking Add New Tab button 12 times.
http://ui.jquery.com/functional_demos/#ui.tabs
The interesting things is that the demo of jQuery tabs on their home page doesn't have that bug:
http://stilbuero.de/jquery/tabs_3/
This makes jQuery tabs unusable in our environment because we have many tabs.
Change History (5)
comment:1 Changed 15 years ago by
Priority: | major → minor |
---|
comment:2 Changed 15 years ago by
Milestone: | 1.5 |
---|---|
Version: | → 1.5 |
comment:4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
This no longer applies with #3922 being done.
Since it's not really a bug, I changed it it 'minor'.