[Webkit-unassigned] [Bug 40915] beforeload event is not sent for some images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 07:39:00 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40915





--- Comment #2 from Adam Roben (aroben) <aroben at apple.com>  2010-06-21 07:39:00 PST ---
It looks like the load for the first <img> is getting kicked off before we set up the beforeload event listener. Element::setAttributeMap calls attributeChanged for each added attribute. The src attribute is coming before the onbeforeload attribute, so when the load begins we haven't noticed the onbeforeload attribute yet.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list