Closed Bug 43442 Opened 24 years ago Closed 24 years ago

Alert not blocking

Categories

(Core :: JavaScript Engine, defect, P3)

x86
Windows 2000
defect

Tracking

()

VERIFIED DUPLICATE of bug 43390

People

(Reporter: hand, Assigned: rogerl)

Details

For the HTML code below, 10 alerts appear simultaneously rather than in succession. Move the top alert box to see those underneath. The same can be said for confirm boxes as well. Applies to build 2000062108. <HTML> <BODY> <script> var i; for (i = 0; i < 10; i++) { alert(i); } </script> </BODY> </HTML>
->JS
Assignee: clayton → rogerl
Component: Layout → Javascript Engine
QA Contact: petersen → pschwartau
This is bug 43390 (a regression from yesterday). [By the way, Blake, Javascript Engine is for bugs in the implementation of the language itself; this bug would more appropriately go into Dom Level 0 (just thought I'd let you know for future reference). Thanks]. *** This bug has been marked as a duplicate of 43390 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
oops. Sorry. verified
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.