Opened 11 years ago
Closed 11 years ago
#8273 closed bug (fixed)
toggleClass fails in IE8 with a border-width property
Reported by: | RobWilkinsonUK | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.8.19 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using the following CSS class with .toggleClass('activeFAQ',1000) fails in IE8, but not firefox and safari, because fx.now is apparently being passed an improper value.
.activeFAQ{
padding-left:150px; font-size: 18px; min-height: 100px; background-color: #2B7ECB; background-image: url('images/logo.png'); background-position: top left; background-repeat: no-repeat; color:white; border: 5px solid #10294A;
}
Remove the 5px in border and it works in all browsers.
Change History (3)
comment:2 Changed 11 years ago by
Looks like this is also working on edge: http://jsfiddle.net/ZtGTf/1/
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Priority defaulted to "minor" I see no way to modify the ticket and change the priority to medium.