Skip to main content

Search and Top Navigation

#5733 closed bug (duplicate)

Opened June 17, 2010 12:16AM UTC

Closed June 17, 2010 02:08AM UTC

Last modified October 11, 2012 09:15PM UTC

Unselected Tabs bottom border disappears in IE7 for ThemeRoller

Reported by: pmawhinney Owned by:
Priority: minor Milestone:
Component: ui.tabs Version: 1.8.2
Keywords: themeroller, border Cc:
Blocked by: Blocking:
Description

When you first open the ThemeRoller page the first tab is selected and the unselected tabs have a bottom border. If you select any tab other than the first in MSIE7 the bottom border of the unselected tabs disappears. Select the first tab again and the bottom border for unselected tabs reappears.

Tested in Windows XP 32-bit and Windows Vista 32-bit

Attachments (0)
Change History (6)

Changed June 17, 2010 12:22AM UTC by pmawhinney comment:1

Changed June 17, 2010 01:26AM UTC by pmawhinney comment:2

This can be fixed by changing line #419 of the file jquery-ui-1.8.2.custom.css from

margin: 0 .2em 1px 0;

to

margin: 0 .2em -1px 0;

Changed June 17, 2010 01:29AM UTC by pmawhinney comment:3

Note the fix above applies to the ui-lightness theme. I haven't checked other themes.

Changed June 17, 2010 02:08AM UTC by scottgonzalez comment:4

resolution: → duplicate
status: newclosed

Changed December 16, 2010 09:08PM UTC by dudz.josh comment:5

Thanks for the fix worked great for me with the 'Smoothness' theme.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:6

milestone: TBD

Milestone TBD deleted