#5202 closed bug (worksforme)
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>
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works fine for me; tested in IE 6.
Note: See
TracTickets for help on using
tickets.
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: