Ticket #4738 (closed bug: duplicate)
multi-row tab problem
| Reported by: | bes_sf | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8 |
| Component: | ui.tabs | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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.



shows the tab problem when different tabs are selected