Skip to main content

Search and Top Navigation

#5202 closed bug (worksforme)

Opened February 19, 2010 01:06PM UTC

Closed February 20, 2010 02:54AM UTC

Last modified October 11, 2012 09:15PM UTC

Animated class change effect causes error on ALL IE versions

Reported by: mirko Owned by:
Priority: major Milestone:
Component: ui.effects.* (individual effect) Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Animated class change (add/remove/toggle) results error in ALL IE versions if class is named "active"

Example:

<span onclick="$(this).toggleClass('active', 'slow');"> test </span>
Attachments (0)
Change History (3)

Changed February 19, 2010 01:48PM UTC by mirko comment:1

The problem is not in the class name but probably when parsing specific style properties (sorry my mistake)

Here is sample CSS to reproduce the error:

<style type="text/css">
 .active{
	border: 1px solid #FF0000;
}
</style>

Changed February 20, 2010 02:54AM UTC by scottgonzalez comment:2

resolution: → worksforme
status: newclosed

Works fine for me; tested in IE 6.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted