Opened 14 years ago

Closed 14 years ago

#4413 closed bug (fixed)

Tabs stay fixed in IE6/7 when the rest of the dialog content is scrolled away

Reported by: snobo Owned by:
Priority: minor Milestone: 1.8
Component: ui.tabs Version: 1.7.1
Keywords: CSS, tabs, position, scroll Cc:
Blocked by: Blocking:

Description

If Tabs are placed inside the Dialog, and the Dialog is resized to become smaller than its contents, and you scroll the latter, the tabs stay in place (as if their position was "fixed"). I notice this behaviour in both IE 6 & 7. FF2/3, Opera, Safari & Chrome behave correctly.

Demo: http://tmp.ahlers.com/test/bimv/timesheet1.html (click on any table row to open a dialog, resize it and scroll).

This effect goes away if "position: relative;" is removed from .ui-tabs .ui-tabs-nav and .ui-tabs .ui-tabs-nav li definition in tabs CSS.

Change History (3)

comment:1 Changed 14 years ago by Jörn Zaefferer

Milestone: TBD1.7.2

comment:2 Changed 14 years ago by Jörn Zaefferer

Milestone: 1.7.21.8

comment:3 Changed 14 years ago by klaus.hartl

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.