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>
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: