[Webkit-unassigned] [Bug 26556] New: [Qt] Crash when onunload shows a JavaScript alert message

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 12:25:04 PDT 2009


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

           Summary: [Qt] Crash when onunload shows a JavaScript alert
                    message
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com


Loading the following content, and reloading it again causes a crash:

<html>
<body  onunload="alert('goodbye');">
test
</body>
</html>

The reason is that the QNetworkReply::finished signal is processed before the
QNetworkReply::readyRead signal.
A patch will be added shortly.


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