[Webkit-unassigned] [Bug 44575] beforeload event fired twice on <object>s

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 08:46:27 PDT 2010


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





--- Comment #3 from Mihai Parparita <mihaip at chromium.org>  2010-08-25 08:46:27 PST ---
Created an attachment (id=65422)
 --> (https://bugs.webkit.org/attachment.cgi?id=65422)
Stacktrace when dispatchBeforeLoadEvent is called during window resizes

This is because we end up dispatching beforeload for every single layout (and your logging triggers a layout, as opening the inspector console). The easiest way to see this is to resize the window while showing the testcase, the beforeload count keeps going up.

Attached is the stack trace that shows how we get to dispatching the beforeload event during a resize. This is technically correct, since we do end up calling requestObject shortly after.

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