dispatchImageLoadEventSoon
Darin Adler
darin at apple.com
Fri Apr 18 08:58:43 CEST 2003
On Friday, April 18, 2003, at 7:15 AM, Dirk Mueller wrote:
> while looking through your changes, I don't quite grasp the reason for
> the
> delayed propagation of image load events. (delayed by a 0 timer).
>
> What is the reason?
This was a fix for the following bug:
1) Go to Silkair.net
2) Select a one way flight so you can get to the next page after a
flight search. Any will do.
3) On this new page select the schedule link on the left hand side.
4) Safari crashes.
You can probably reproduce this bug with Konqueror too. The underlying
cause of the crash is an image onLoad handler that does a setInnerHTML
call. I can't remember the rest of the details, but during my
investigation one of the things I learned was that Gecko delayed the
propagation of image load events for similar reasons.
I wish I could remember all of the details so I knew what other options
we considered to solve the problem. Perhaps you'll find another
solution to it.
-- Darin
More information about the Khtml-devel
mailing list