Tabs wrapping problem
Tabs wrapping problem
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.
I posted a message in jQuery UI trac but no response so far.