Closed
Bug 112073
Opened 24 years ago
Closed 23 years ago
crash when moving javascript popups
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: matthewm, Assigned: joki)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120
BuildID: 2001112012
old clint eastwood movie posters on this page display in javascript popups
after popping one up and moving the popped-up window, browser crashes
Reproducible: Always
Steps to Reproduce:
1. go to http://clinteastwood.net/welcome.html
2. click on "Posters" in the "Contents" menu on the left
3. click on "1970's" in the top menu
4. click any movie poster
5. move the popped-up window
Actual Results: mozilla crashed
Expected Results: pop-up moves, mozilla doesn't crash
Comment 1•24 years ago
|
||
Not likely to be JavaScript Engine; reassigning to Browser-General
until we can get a stack trace -
Assignee: rogerl → asa
Component: Javascript Engine → Browser-General
QA Contact: pschwartau → doronr
Comment 2•24 years ago
|
||
Actually, using Mozilla trunk binaries from today, 2001-11-26,
I do not crash on WinNT, Linux, or Mac 9.1. This is what I get:
WinNT: no problem, I can move around the popup just fine
Linux: no crash, but sometimes the popup disappears on me
Mac9.1: the popups immediately dissappear before I can move them!
mboedick@mboedick.org: could you try a newer build and see if the
problem has gone away? How fast do you have to move the popup window
in order to crash?
Reporter | ||
Comment 3•24 years ago
|
||
I used a talkback enabled build of 0.9.6 and sent the report when it crashed.
I tried this using the latest nightly (20011126) and it still crashed.
It displays the pop-up fine, but any attempt to click on the pop-up or move it
at any speed results in a browser crash.
Comment 4•24 years ago
|
||
WFM 2001112603/WinNT4
Reporter: Could you provide ID of talkback report?
Sev: normal --> critical
Key: +crash
Severity: normal → critical
Keywords: crash
Reporter | ||
Comment 5•24 years ago
|
||
The talkback report numbers are:
TB38570487Z
TB38570986E
TB38571131H
I don't have access to the number of the original one, but they are all under my
email address (mboedick@mboedick.org), and this issue is the only one I have
ever sent talkback reports for.
Comment 6•24 years ago
|
||
0x00000400
nsWebShellWindow::HandleEvent()
nsWidget::DispatchEvent()
nsWidget::DispatchWindowEvent()
nsWidget::DispatchFocus()
nsWindow::DispatchSetFocusEvent()
nsWindow::HandleMozAreaFocusIn()
handle_mozarea_focus_in()
libgtk-1.2.so.0 + 0x927d9 (0x402887d9)
libgtk-1.2.so.0 + 0xc20d6 (0x402b80d6)
libgtk-1.2.so.0 + 0xc1537 (0x402b7537)
libgtk-1.2.so.0 + 0xbf5ac (0x402b55ac)
libgtk-1.2.so.0 + 0xf6978 (0x402ec978)
libgtk-1.2.so.0 + 0xfec6b (0x402f4c6b)
libgtk-1.2.so.0 + 0x927d9 (0x402887d9)
libgtk-1.2.so.0 + 0xc1577 (0x402b7577)
libgtk-1.2.so.0 + 0xbf5ac (0x402b55ac)
libgtk-1.2.so.0 + 0xf6978 (0x402ec978)
libgtk-1.2.so.0 + 0x919b0 (0x402879b0)
handle_gdk_event()
libgdk-1.2.so.0 + 0x1712b (0x4034112b)
libglib-1.2.so.0 + 0x10055 (0x40372055)
libglib-1.2.so.0 + 0x10659 (0x40372659)
libglib-1.2.so.0 + 0x107e8 (0x403727e8)
libgtk-1.2.so.0 + 0x91213 (0x40287213)
nsAppShell::Run()
nsAppShellService::Run()
main1()
main()
libc.so.6 + 0x1bf31 (0x404a3f31)
Assignee: asa → joki
Status: UNCONFIRMED → NEW
Component: Browser-General → Event Handling
Ever confirmed: true
QA Contact: doronr → madhur
Comment 7•23 years ago
|
||
This should be fixed by my checkin for bug 107844. Please reopen if it is still
happening.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
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
•