Skip to main content

Search and Top Navigation

#8273 closed bug (fixed)

Opened April 24, 2012 09:45PM UTC

Closed July 27, 2012 02:58PM UTC

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.

Attachments (0)
Change History (3)

Changed April 24, 2012 09:48PM UTC by RobWilkinsonUK comment:1

_comment0: Priority defaulted to "minor" I say no way to modify the ticket and change the priority to medium.1335304110489881

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

Changed July 27, 2012 02:41PM UTC by mikesherov comment:2

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

Changed July 27, 2012 02:58PM UTC by scottgonzalez comment:3

resolution: → fixed
status: newclosed