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)

x86
Windows NT
defect

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
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
Keywords: verifyme
Mass update: changing qacontact to ckritzer@netscape.com
QA Contact: janc → ckritzer
verifying with given testcase, linux cvs 090204.
Status: RESOLVED → VERIFIED
Keywords: verifyme
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.