> I don't seem to get notified when the background image of the body > gets finished rendering. I get notified of all the OTHER images in > the document, but not the body background.
Hmm? You shouldn't be getting notified of any backgrounds at all, I would assume, if you're not being notified for the body background...
> I'm using a nsIWebProgressListener to listen for progress of the load > and then have an nsIDOMEventHandler set up for the "load" event. But > later I change the images in the document and I need to find out when > the reload works (is there another event that will tell me this?)
At the moment, background images are loaded from painting code. They are also placed in the loadgroup with the LOAD_BACKGROUND flag, so they don't affect load events...
They should continue to not affect onload events, but perhaps we can make them visible to web progress listeners...
