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:1 Changed 11 years ago by RobWilkinsonUK

Priority defaulted to "minor" I see no way to modify the ticket and change the priority to medium.

Last edited 11 years ago by RobWilkinsonUK (previous) (diff)

comment:2 Changed 11 years ago by mikesherov

Looks like this is also working on edge: http://jsfiddle.net/ZtGTf/1/

comment:3 Changed 11 years ago by Scott González

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.