[Webkit-unassigned] [Bug 6507] New: Browser crashes when passing object returned by modal dialog to alert function

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jan 12 08:54:56 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6507

           Summary: Browser crashes when passing object returned by modal
                    dialog to alert function
           Product: WebKit
           Version: 412+
          Platform: Macintosh
               URL: http://www.mralston.com/crashsafari/
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: JavaScript
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: opendarwin at mralston.com


Safari version 2.0.3 (417.8) on OS X 10.4.4 crashes when passing an object returned from a modal 
dialog to the alert() function.

Procedure:

1. Open a dialog window with the new window.showModalDialog() function.
2. Inside the window, assign an object to the window.returnValue property.
3. Close the window.
4. In the calling window, use the alert() function to show the returnValue.
5. Crash!

-- 
Configure bugmail: http://bugzilla.opendarwin.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