[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:40:40 PDT 2010


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





--- Comment #3 from Adam Roben (aroben) <aroben at apple.com>  2010-06-21 07:40:40 PST ---
We bail out of sending the event in ContainerNode::dispatchBeforeLoadEvent:

    if (!document()->hasListenerType(Document::BEFORELOAD_LISTENER))
        return true;

-- 
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