[Webkit-unassigned] [Bug 33533] window.onload never fires if page contains an <iframe> with a bad scheme or whose load is cancelled by returning null from resource load delegate's willSendRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 12:44:49 PST 2010


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


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|window.onload never fires   |window.onload never fires
                   |if page contains an         |if page contains an
                   |<iframe> whose load is      |<iframe> with a bad scheme
                   |cancelled by returning null |or whose load is cancelled
                   |from resource load          |by returning null from
                   |delegate's willSendRequest  |resource load delegate's
                   |                            |willSendRequest




--- Comment #11 from Adam Roben (aroben) <aroben at apple.com>  2010-01-13 12:44:49 PST ---
(In reply to comment #10)
> I'm now testing a modified fix that calls checkCompleted() whenever state() !=
> FrameStateComplete. It looks promising.

This approach seems to fix the bug. It also caused a progression in
http/tests/loading/bad-scheme-subframe.html. Apparently onload was never firing
in that case, either.

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