[Webkit-unassigned] [Bug 33604] New: iframe.contentWindow doesn't fire DOMContentLoaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 09:15:36 PST 2010


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

           Summary: iframe.contentWindow doesn't fire DOMContentLoaded
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jaka at kubje.org


I'm trying to do the following from a locally saved (so it isn't limited by
SOP) webpage:

    iframe.contentWindow.addEventListener('DOMContentLoaded', function() {
        alert('contentWindow DOMContentLoaded: '+iframe.contentDocument.title);
    });


I can navigate iframe.contentWindow and iframe.contentDocument OK, but this
event will never fire.

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