Closed
Bug 42418
Opened 24 years ago
Closed 24 years ago
[CRASH]Closing a alert dialog generated by onmousedown event causes a crash.
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
People
(Reporter: chrispetersen, Assigned: joki)
References
Details
(Keywords: crash, Whiteboard: [nsbeta2+])
Attachments
(2 files)
Build: 2000061210
Platforms: All
Expect results: The dialog should close and application should remain open.
What I got: Closing this dialog causes a crash.
Steps to reproduce:
1) Open either test case attached: select_onmousedown or option_onmousedown.
2) Mouse down on list box (select) or menu item (option) which have been assigned
a onmousedown event.
3) When this event is processed, a javascript alert dialog should appear. Click
OK to close this dialog.
4) The crash should occur.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 4•24 years ago
|
||
This bug is related to 31891 (onmousedown event) which was fixed several months
ago. It appears to have come back.
Assignee | ||
Comment 6•24 years ago
|
||
Weird. Not crashing in my working tree but is crashing in my verification tree.
Trying to figure out why.
Assignee | ||
Comment 7•24 years ago
|
||
Okay, I'm not entirely sure why but my latest unmodified tip build works for
this now on WinNT. Build before was about a day old and it crashed. Go figure.
Marking WORKSFORME.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 8•24 years ago
|
||
The application no longer crashes after closing the alert dialog. Marking
verified works for me in the June 21 build.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 9•24 years ago
|
||
This bug is not crashing due to an unintentional change of script alerts from
modal to non-modal. They will be changing back at which point this crashes
again.
Reopening.
Status: VERIFIED → REOPENED
Resolution: WORKSFORME → ---
Reporter | ||
Comment 10•24 years ago
|
||
Nominating to nsbeta2. The problem is that closing a alert dialog that was
generated by a onmousedown event causes a crash. Closing a alert dialog shouldn't
cause the application to crash.
Keywords: nsbeta2
Assignee | ||
Comment 12•24 years ago
|
||
Okay, this is fixed now.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•