[Webkit-unassigned] [Bug 48724] New: [Qt] QWKPage::loadFinished is not emitted if document.open() is invoked on a new window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 31 04:13:20 PDT 2010


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

           Summary: [Qt] QWKPage::loadFinished is not emitted if
                    document.open() is invoked on a new window
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kimmo.t.kinnunen at nokia.com


Created an attachment (id=72452)
 --> (https://bugs.webkit.org/attachment.cgi?id=72452&action=review)
test-case

QWKPage::loadFinished is not emitted if document.open() is invoked on a new window.

Steps to reproduce:
1) open new window with js
2) use document.write or document.open on the new window doc
3) call document.close

Expected: QWKPage::loadFinished emitted

Result: QWKPage::loadFinished not emitted

Can be observed with MiniBrowser. MiniBrowser Stop -button remains active even if the page load has finished.

See attached test-case.

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