Skip to main content

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.

Attachments (1)
  • tab_pane_problem.png (11.8 KB) - added by bes_sf August 01, 2009 02:08PM UTC.

    shows the tab problem when different tabs are selected

Change History (3)

Changed November 09, 2009 08:56AM UTC by Gravity comment:1

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

Changed November 17, 2009 05:59PM UTC by jzaefferer comment:2

milestone: TBD1.8

Need to figure out what the intended behaviour is.

Changed November 17, 2009 06:07PM UTC by jzaefferer comment:3

resolution: → duplicate
status: newclosed

Duplicate of #4882