Closed
Bug 236565
Opened 21 years ago
Closed 19 years ago
crash on using window.close in function called onkeydown (only xft-enabled builds) [@ nsWindow::OnKeyPressEvent]
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: steve, Assigned: blizzard)
References
()
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
2.32 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8
The pop-up window in the example page calls window.close() when pressing ESC.
Xft/GTK+2-enabled builds seem to crash on this (at least all windows disappear).
Reproducible: Always
Steps to Reproduce:
1. Go to http://wurbel.in-berlin.de/test.html
2. Click on "open"
3. Press ESC in the pop-up
Actual Results:
All instances of Mozilla/Firebird disappear
Expected Results:
only close the pop-up
closing the window by using onClick works fine
Comment 1•21 years ago
|
||
No problem here, Firefox 0.8 and Mozilla 1.7a under WinXP.
Comment 3•21 years ago
|
||
Comment 4•21 years ago
|
||
==> gtk
Assignee: general → blizzard
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → GFX: Gtk
Ever confirmed: true
QA Contact: pschwartau → ian
Summary: crash on using window.close in function called onkeydown (only xft-enabled builds) → crash on using window.close in function called onkeydown (only xft-enabled builds) [@ nsWindow::OnKeyPressEvent]
Comment 5•21 years ago
|
||
blizzard/caillon, is there an easy fix here?
Assignee | ||
Comment 6•21 years ago
|
||
I can reproduce in 1.4. Will look into this one.
Blocks: gtk2
Status: NEW → ASSIGNED
Occurs in mozilla 1.8a and firefox 0.8.0+ both 2004-05-11.
Is this at all similar to #235787 ?
Comment 8•19 years ago
|
||
Is this still an issue?
Reporter | ||
Comment 9•19 years ago
|
||
No, its fixed automagically :D
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 10•19 years ago
|
||
No specific bug / patch referenced as the fix.
-> WORKSFORME
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•19 years ago
|
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: Core → Core Graveyard
Updated•14 years ago
|
Crash Signature: [@ nsWindow::OnKeyPressEvent]
You need to log in
before you can comment on or make changes to this bug.
Description
•