[Webkit-unassigned] [Bug 19922] image doesn't get fetched when requested from an onunload handler.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 01:54:56 PDT 2008


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





------- Comment #1 from stevo10018 at yahoo.com  2008-07-07 01:54 PDT -------
Created an attachment (id=22123)
 --> (https://bugs.webkit.org/attachment.cgi?id=22123&action=view)
Simple test page showing the unload restrictive behavior

This simple test page shows that if you call a function from a form button,
then that function is allowed to make http requests for an image into a
Javascript image object. That same function when called from an unload handler
(or a beforeunload handler) are apparently being blocked from doing that.
Adding an alert into the unload function shows that the unload event is calling
the function, it's just being prevented from making the http requests it wants
to.


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



More information about the webkit-unassigned mailing list