[Webkit-unassigned] [Bug 12624] showModalDialog should only suspend loading in the calling frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 17:49:24 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12624





------- Comment #1 from tom at bungeelabs.com  2007-02-05 17:49 PDT -------
Created an attachment (id=12957)
 --> (http://bugs.webkit.org/attachment.cgi?id=12957&action=view)
Contains a testcase for the bug

Test case:
1) Open "modaltest.html" in the browser.
2) Click the "modal test" button.
3) In the modal dialog, click the "async" button.

Expected behavior: The request should be asynchronously executed immediately in
the context of the main window, and an alert box should appear with the text
"Asynchronous AJAX test ok". This is the behavior in IE.

Actual behavior: The request is not executed until the modal dialog is closed.
Despite being performing the delayed request, no "onreadystatechanged" events
are fired to the browser.


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