Closed Bug 15732 Opened 25 years ago Closed 25 years ago

[CRASHER][TESTCASE] alert() crashing application.

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: desale, Assigned: vidur)

Details

Simple alert is crashing apprunner. BUILD: 10-06-09 [Apprunner] STEPS TO REPRODUCE: 1] copy HTML code I'm providing. Save it as HTML file. 2] Open this file with apprunner. 3] you'll see one button "Show Me Alert". Click this button. 4] Now you'll see one alert "Simple alert". click OK on this alert. 5] Click "Show Me Alert" again. Now you'll see crash. 6] If you try same alert two three times, it crashes application. [If you don't see crash, click "Show Me Alert" multiple times] EXPECTED RESULTS: Everytime we click "Show Me Alert", we should see alert. ACTUAL RESULTS: After two three clicks, application crashes. CODE: <html> <head> <title>Test Page</title> </head> <SCRIPT LANGUAGE="JavaScript1.1"> <!-- function justalert(){ alert('Simple Alert'); } //--> </SCRIPT> <body> <FORM NAME="workform"> <INPUT TYPE="button" NAME="but3" VALUE="Show Me Alert" onClick="justalert();"> </FORM> </body> </html> END OF CODE:
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
I don't see the crash in apprunner, though I believe that might be because of a fix from Norris yesterday.
Status: RESOLVED → VERIFIED
Tested on 10-15-09. Working fine now. Marking verified.
You need to log in before you can comment on or make changes to this bug.