Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 10 months ago by mikesherov
Looks like this is also working on edge: http://jsfiddle.net/ZtGTf/1/
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.