Closed
Bug 186883
Opened 22 years ago
Closed 22 years ago
alert() disrupts event order
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 111097
People
(Reporter: Laurens, Assigned: jst)
Details
Attachments
(1 file)
496 bytes,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
If an alert is used in an eventhandler, the eventhandler thread will not halt,
but will handle the next event.
Reproducible: Always
Steps to Reproduce:
See testcase.
Actual Results:
The mouse up handler is finished before the mousedown handler.
Expected Results:
Maintain the order of events, since there is no way to control multiple threads
in javascript.
Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
Related to bug 111097?
not js eng
Assignee: rogerl → jst
Component: JavaScript Engine → DOM Level 0
QA Contact: pschwartau → desale
*** This bug has been marked as a duplicate of 111097 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•