Closed
Bug 254539
Opened 22 years ago
Closed 22 years ago
CTRL + F6 crashes mozilla [@ nsEventStateManager::IsIFrameDoc ]
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 246012
People
(Reporter: omry_y, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
CTRL + F6 crashes mozilla
Reproducible: Always
Steps to Reproduce:
1. open the browser
2. take a deep breath
3. press CTRL + F6
Actual Results:
kaboom.
Expected Results:
anything but kaboom.
Comment 1•22 years ago
|
||
can you post Talkback Incident ID for this crash ? Maybe bug 246012, not sure
when the patch was checked in for Firefox.
Does it happen with a specific URL ?
Severity: normal → critical
Keywords: crash,
stackwanted
Comment 2•22 years ago
|
||
so, bug 246012 is fixed in Seamonkey trunk (and 1.7 branch):
http://lxr.mozilla.org/seamonkey/source/content/events/src/nsEventStateManager.cpp#4989
not in Aviary:
http://lxr.mozilla.org/aviarybranch/source/content/events/src/nsEventStateManager.cpp#5156
It could be bug 246012 but need TB ID or stack to confirm, and URL.
Comment 3•22 years ago
|
||
WFM - 1 hour old CVS aviary based firefox build (Mozilla/5.0 (X11; U; Linux
i686; en-US; rv:1.7) Gecko/20040806 Firefox/0.9.1+)
Maybe this is fixed in firefox 0.9.3 or is it a windows only bug ?
I sent several talkbacks.
now that you mantioned that it might be site specific, I checked, and it looks
like it is a specific site:
http://www.ynet.co.il
Comment 5•22 years ago
|
||
Please mention the Talkback Incident IDs for this crash by running
"firefox/components/talkback.exe".
I believe TB452547 is one of yours, in which case it'll be indeed bug 246012:
http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=452547
Assignee: general → events
Component: Browser-General → Event Handling
QA Contact: general → ian
These are the ID's of the incidents I have sent.
TB496048E, TB495543G, TB495541Q
Comment 7•22 years ago
|
||
Thanks for the TB IDs, all stacks are identical.
nsEventStateManager::IsIFrameDoc
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/content/events/src/nsEventStateManager.cpp,
line 5129]
nsEventStateManager::ShiftFocusByDoc
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/content/events/src/nsEventStateManager.cpp,
line 5380]
nsEventStateManager::PostHandleEvent
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/content/events/src/nsEventStateManager.cpp,
line 2069]
PresShell::HandleEventInternal
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/layout/html/base/src/nsPresShell.cpp,
line 6088]
PresShell::HandleEvent
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/layout/html/base/src/nsPresShell.cpp,
line 5929]
nsViewManager::HandleEvent
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/view/src/nsViewManager.cpp,
line 2239]
nsViewManager::DispatchEvent
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/view/src/nsViewManager.cpp,
line 2025]
HandleEvent
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/view/src/nsView.cpp,
line 79]
nsWindow::DispatchEvent
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/widget/src/windows/nsWindow.cpp,
line 1067]
nsWindow::DispatchKeyEvent
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/widget/src/windows/nsWindow.cpp,
line 2978]
nsWindow::OnKeyDown
[c:/builds/tinderbox/firefox-0.9.1/WINNT_5.0_Clobber/mozilla/widget/src/windows/nsWindow.cpp,
line 3068]
*** This bug has been marked as a duplicate of 246012 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Keywords: stackwanted
Resolution: --- → DUPLICATE
Summary: CTRL + F6 crashes mozilla → CTRL + F6 crashes mozilla [@ nsEventStateManager::IsIFrameDoc ]
Updated•15 years ago
|
Crash Signature: [@ nsEventStateManager::IsIFrameDoc ]
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
•