#7915 closed bug (worksforme)
removeClass with delay gives error in IE8
Reported by: | Biff_MaGriff | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.core | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
JSFiddle - http://jsfiddle.net/MEDtE/4/
More details in my SO question. http://stackoverflow.com/questions/8156402/
Change History (3)
comment:1 Changed 11 years ago by
Component: | ui.core → effects.core |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:2 Changed 11 years ago by
It seems that this only occurs when using the css [background] property like so
.foo { background:#111 url('http://www.w3schools.com/css/img_tree.png') 50% top repeat-x; }
Note: See
TracTickets for help on using
tickets.
I'm not seeing any problems with a valid test case: http://jsfiddle.net/MEDtE/8/