Search and Top Navigation
#4413 closed bug (fixed)
Opened March 30, 2009 11:32AM UTC
Closed May 11, 2009 02:00PM UTC
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.