Opened 15 years ago
Closed 14 years ago
#4371 closed bug (notabug)
Problem with removeClass in ui.tabs and IE8
Reported by: | binside | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.tabs | Version: | 1.7 |
Keywords: | tabs, IE8 | Cc: | |
Blocked by: | Blocking: |
Description
I am using my own style for ui.tabs The selected tab has 2 background images, because of the rounded corners and different width of each tab. When I click on another tab, the previous selected tab is not showing properly. Here is the CSS part:
li.ui-tabs-selected { display: block; float: left; height: 32px; background: #E6E6E6 url(tab-right.gif) no-repeat top right; } li.ui-tabs-selected a { color: #FF6600; background: transparent url(tab-left.gif) no-repeat top left; }
It works fine in all major browsers like FF 3.0.7, Opera 9.62, Safari, Chome, IE7. The problem is with IE8 only. It happens both with JQuery UI 1.5.3 and 1.7 Seems like the js is removing the class only for li.ui-tabs-selected and not for li.ui-tabs-selected a
Attachments (1)
Change History (5)
Changed 15 years ago by
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.7.2 |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.7.2 → 1.8 |
---|
comment:4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing due to invalid report (described behavior is impossible) and there has been no update in 8 months.
Note: See
TracTickets for help on using
tickets.
It seems that this is a bug for IE8 but not tabs, could you submit your page source code here?