Closed
Bug 404329
Opened 18 years ago
Closed 16 years ago
crash [@ nsEventStateManager::PostHandleEvent 438f556d] when changing div's css position from fixed to absolute while javascript alert visible
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mardu123, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
1.20 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
It seems that Firefox crashes right after the CSS property 'position' is changed from 'fixed' to 'absolute' while a JavaScript alert is visible.
Reproducible: Always
Steps to Reproduce:
1. Go to the given URL.
2. The "OK" button should be focused. If not, give it focus.
3. Click "[CRASH ME]".
4. Click the "OK" button of the Javascript alert.
5. Firefox crashes.
Some people have reported that the main example does not crash. Here is another one, contains some probably unnecessary code, but works more often.
Updated•18 years ago
|
Component: General → Event Handling
Keywords: crash
Product: Firefox → Core
QA Contact: general → events
Version: 2.0 Branch → 1.8 Branch
Comment 3•18 years ago
|
||
I crash on branch (2.0.0.9) but not on trunk. Talkback doesn't come up for me either. I don't see any obvious dupes, so confirming.
Stack Signature nsEventStateManager::PostHandleEvent 438f556d
Product ID Firefox2
Build ID 2007102514
Trigger Time 2007-11-19 16:30:42.0
Platform Win32
Operating System Windows NT 5.1 build 2600
Module FIREFOX.EXE + (002636bb)
URL visited http://mardu.nohik.net/stuff/crashfirefox2.html
User Comments
Since Last Crash 9061 sec
Total Uptime 432622 sec
Trigger Reason Access violation
Source File, Line No. c:/builds/tinderbox/Fx-Mozilla1.8-Release/WINNT_5.2_Depend/mozilla/content/events/src/nsEventStateManager.cpp, line 2078
Stack Trace
nsEventStateManager::PostHandleEvent [mozilla/content/events/src/nsEventStateManager.cpp, line 2078]
PresShell::HandleEventInternal [mozilla/layout/base/nsPresShell.cpp, line 6586]
PresShell::HandleEvent [mozilla/layout/base/nsPresShell.cpp, line 6350]
nsViewManager::HandleEvent [mozilla/view/src/nsViewManager.cpp, line 2566]
nsViewManager::DispatchEvent [mozilla/view/src/nsViewManager.cpp, line 2253]
HandleEvent [mozilla/view/src/nsView.cpp, line 174]
nsWindow::DispatchEvent [mozilla/widget/src/windows/nsWindow.cpp, line 1319]
nsWindow::DispatchMouseEvent [mozilla/widget/src/windows/nsWindow.cpp, line 6329]
ChildWindow::DispatchMouseEvent [mozilla/widget/src/windows/nsWindow.cpp, line 6576]
nsWindow::WindowProc [mozilla/widget/src/windows/nsWindow.cpp, line 1507]
USER32.dll + 0x8734 (0x7e418734)
USER32.dll + 0x8816 (0x7e418816)
USER32.dll + 0x89cd (0x7e4189cd)
USER32.dll + 0x8a10 (0x7e418a10)
nsAppShell::Run [mozilla/widget/src/windows/nsAppShell.cpp, line 159]
nsAppStartup::Run [mozilla/toolkit/components/startup/src/nsAppStartup.cpp, line 152]
main [mozilla/browser/app/nsBrowserApp.cpp, line 61]
kernel32.dll + 0x16fd7 (0x7c816fd7)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: crash when changing div's css position from fixed to absolute while javascript alert visible → crash [@ nsEventStateManager::PostHandleEvent 438f556d] when changing div's css position from fixed to absolute while javascript alert visible
Comment 4•16 years ago
|
||
> I crash on branch (2.0.0.9) but not on trunk.
Sounds like WFM to me.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ nsEventStateManager::PostHandleEvent 438f556d]
| Assignee | ||
Updated•7 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
•