Bug 13043 - Javascript confirm box won't display text after clicking
Summary: Javascript confirm box won't display text after clicking
Status: RESOLVED DUPLICATE of bug 8961
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.w3schools.com/js/tryit.asp...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-11 12:54 PDT by Daniel Laughlin
Modified: 2008-11-28 13:28 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Laughlin 2007-03-11 12:54:54 PDT
If you go to the link it takes you to a sample of  javascript using a confirm dialog box. The code is in a frame to the left and the sample is on the right. After you click the button that says "Display a confirm box" a box will come up with cancel and okay. After you select one of those you should be displayed a message on the page to the right were the first button was. This didn't work in Webkit r.20103 or Safari, but it did work correctly in Camino. I'm running 10.4.8 and built Webkit using the latest Developer Tools.
Comment 1 David Kilzer (:ddkilzer) 2007-03-11 20:50:49 PDT
Confirmed with a local debug build of WebKit r20100 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037).

Note that Firefox 2.0.0.2 does complete the document.write(), but it's left in a state where the page load never ends.

Comment 2 David Kilzer (:ddkilzer) 2007-03-11 20:52:56 PDT
Works with no side-effects in Opera 9.10.

Comment 3 Alexey Proskuryakov 2008-11-28 13:28:50 PST

*** This bug has been marked as a duplicate of 8961 ***