Side navigation
#9257 closed bug (duplicate)
Opened May 12, 2011 04:06PM UTC
Closed May 12, 2011 04:23PM UTC
Last modified May 12, 2011 04:23PM UTC
Disappearing Background Bug in IE8... Revisited
Reported by: | ajpotts71 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.6.2 |
Component: | support | Version: | 1.6rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, I filed bug #9093 a week ago, regarding disappearing backgrounds in old opera. (It's currently stuck on 'needs review' but seeing as it's closed, it probably won't get reviewed.)
Anyway, same thing happening in IE8, the same cause too: the fix to #9028 is causing the body background to vanish. This seems to occur if you load jquery after the body element has been created.
I couldn't do a jsfiddle, it was running too slow in IE8, so I uploaded a test case here:
http://www.partyark.co.uk/html/jquery.1.6.background-bug.html
AJP