Search and Top Navigation
#7915 closed bug (worksforme)
Opened November 26, 2011 12:09AM UTC
Closed November 28, 2011 07:56PM UTC
Last modified November 28, 2011 09:41PM UTC
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.
Attachments (0)
Change History (3)
Changed November 28, 2011 07:56PM UTC by comment:1
component: | ui.core → effects.core |
---|---|
resolution: | → worksforme |
status: | new → closed |
Changed November 28, 2011 09:31PM UTC by comment:2
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; }
Changed November 28, 2011 09:41PM UTC by comment:3
That's a bug in jQuery 1.7, which has been fixed in 1.7.1.
I'm not seeing any problems with a valid test case: http://jsfiddle.net/MEDtE/8/