When I was developing the NTugo webtop, I did a bit of work with jQuery and noticed an odd bug. Using the show() and hide() functions on divs, there is one instance where the body’s background image is disrupted by the animation. It only occurs in Firefox, and only with one div. Here’s a YouTube video I captured to illustrate the phenomenon:
Odd, isn’t it? Is anyone else having this bug? I haven’t succeeded in locating the source of the problem, or the reason why it only affects the one div. It’s not a big problem (in my case), but I’d like to learn more about this all the same. Here’s the URL for my personal webtop, so you can see the effect live.
I was just wondering if anyone else has seen something like this before.

Cool video, what do you use for the capturing?
I used a free version of Camtasia Studio.
Hey Matt,
That is indeed a pretty strange bug (the background shudder manifests differently for me with a recent Firefox 3 beta, but is there) — do you suppose you could reduce that test case down and file a bug in our bug system? https://bugzilla.mozilla.org/ is the place.
#qa on irc.mozilla.org has helpful folks if you run into trouble with the process, or you can email me.
Thanks!
Mike
Well, it may take awhile for me to get around to it, but I’ll probably take your suggestion.
Yes sir,
I’ve seen it. It annoyed me a lot, until I just gave up and was satisfied with the fact that (for that particular application) the majority of users are on IE.
–
Baz L
I wonder why it only affects the one div. I don’t see anything that could cause it to only affect that one.
Hey there..quite a bit late on a response to you, but I am seeing a similar effect. On my page, I have a left-side nav menu. Using Jquery, the nav links put content from external files into a content area in the middle. On a couple of the links, the background image suddenly disappears. click on one of the others, and it is back. Very strange indeed…Functions perfectly fine in Safari…
Interestingly it doesn’t seem to happen with Firefox on the Mac. It’s rather odd.
i have the same problem using jquery / kwics and its afect only one div on firefox either mac or pc. :S
It doesn't do it for me on the Mac side in Firefox. I haven't checked with the Windows version in awhile. I've wondered if it might have been fixed in a newer version of jQuery…
It doesn't do it for me on the Mac side in Firefox. I haven't checked with the Windows version in awhile. I've wondered if it might have been fixed in a newer version of jQuery or Firefox…
I got the exact same thing!
Think it has got something to do with rendering.
It only happend when the DIV moves over a PNG or JPG right?
Check tobiasartz.nl it has the same issue
Yes, when it’s over a PNG or JPG… Interestingly, it doesn’t happen on the Mac version of Firefox.