Search and Top Navigation
#4738 closed bug (duplicate)
Opened August 01, 2009 02:07PM UTC
Closed November 17, 2009 06:07PM UTC
multi-row tab problem
Reported by: | bes_sf | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.tabs | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
My application has a tab pane with many tab pages, so that it is
rendered with 2 rows of tabs.
When the first tab (in the first/top row) is the current tab, the second row begins below the second tab (in the top row).
When the second tab is the current tab, then second row begins below the third tab.
When a tab towards the right on the top row is the current tab, the second row begins below the next tab to the right, completing the second row and any remaining tabs are on a new third row.
When the last tab on the top row is the current tab, the remaining tabs are left justified on the second row, as expected.
I discovered this bug using P4A 3.4.0, which is built on jquery ui.
http://sourceforge.net/tracker/?func=detail&aid=2822878&group_id=98294&atid=620566
The problem was confirmed by the P4A developer.
I also see this behaviour, attached are images showing how it presents when three columns of tabs are used.
Image 1 is when tab 1 is selected,
Image 1
Image 2 is when tab 2 is selected.
Image 2