Closed
Bug 25070
Opened 26 years ago
Closed 25 years ago
CRASH- open window2 from window1, then try to close window2 from inside an event handler in window2, it crashes.
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: ksaxton, Assigned: joki)
Details
(Keywords: crash)
CRASH- open window2 from window1, then try to close window2 from inside an
event handler in window2, it crashes.
<!-- code for window 1 -->
<BUTTON ONCLICK="javascript: window.open
('window2.htm','name','height=135px,width=375px,screenX=300px,screenY=500px,titl
ebar=no,toolbar=no,scrollbars=no,hotkeys=no');"
</BUTTON>
<!-- code for window 2 -->
<BUTTON ONCLICK="window.close()">Push To CLose</BUTTON>
Just opening window to in Mozilla, and clicking the button works fine. The
problem arises when window 2 is opened from window 1.
Adding "crash" keyword to all known open crasher bugs.
Keywords: crash
| Assignee | ||
Comment 2•25 years ago
|
||
Hmm. On WinNT with my tree from tonight I get a bunch of asserts on opening
the window but no crash and no asserts when closing. I'm going to mark this
WORKSFORME. Actually i believe I may know where it might have been fixed so
this might be FIXED instead but i'm closing either way.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 3•25 years ago
|
||
Mass update: changing qacontact to ckritzer@netscape.com
QA Contact: janc → ckritzer
Comment 4•25 years ago
|
||
verifying with given testcase, linux cvs 090204.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•