Closed
Bug 229624
Opened 22 years ago
Closed 22 years ago
crash when press shift+F10 or context-menu key in Location bar, <input>, <textarea>, Mail compose window, etc.(text input field)
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 230380
People
(Reporter: llo8or4sf, Assigned: bryner)
References
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20031227
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20031227
Crash Mozilla when press shift+F10 or context-menu key in text input field (like
Location bar, <input> HTML tag, <textarea> HTML tag, Mail compose window, etc).
I meet this problem on Japanese Windows 98 Second Edition.
This crash can be reproduced with Mozilla Thunderbird 0.5a (20031223).
Reproducible: Always
Steps to Reproduce:
1. focus Location bar. (by mouse click, ctrl+l, etc.)
2. press shift+F10 (or context-menu key).
Actual Results:
crash.
Expected Results:
show context menu.
When crashed in Location bar, a information dialog shows:
MOZILLA のページ違反です。
モジュール : GKLAYOUT.DLL、アドレス : 0167:01a9b9d7
Registers:
EAX=00000000 CS=0167 EIP=01a9b9d7 EFLGS=00010246
EBX=00000000 SS=016f ESP=0066d9c8 EBP=0066d9ec
ECX=0066d9f4 DS=016f ESI=00000000 FS=3577
EDX=32dd8a5f ES=016f EDI=100410fc GS=0000
Bytes at CS:EIP:
8b 03 53 ff 50 7c 8b 45 08 3b c6 0f 84 a9 00 00
Stack dump:
02c8d560 0066d9f4 0066f83c 00000000 10043e20 02c8d59c 00000000 007d9858 02c8d560
0066da44 01a9b8f5 00000000 0288a0e0 00000000 0066da2c 0066f448
Comment 1•22 years ago
|
||
*** Bug 229912 has been marked as a duplicate of this bug. ***
Comment 2•22 years ago
|
||
Confirming with 2004-01-03 firebird build on W2K, 2004-01-04-08 seamonkey build
on W2K, and 2004-01-01 firebird build on WinXP (see the duped bug 229912).
This doesn't seem to happen on the 1.6-Branch according to a WFM post on the
duped bug 229912.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•22 years ago
|
||
I can confirm this crash with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.7a) Gecko/20040104
Additionally I encounter regular crashes when I right-click on a link and press
the context-menu key after that.
Steps to reproduce:
1. Right-click on a link
2. Press the context-menu key
Result: Mozilla crashes
So it's probably a common problem with the context-menu key. I also mark this
bug as a requested blocker for 1.7a
Flags: blocking1.7a?
Comment 4•22 years ago
|
||
The bug doesn't occur with Mozilla 1.6b (Mozilla/5.0 (Windows; U; Windows NT
5.1; en-US; rv:1.6b) Gecko/20031208)
So the regression happened after 1.6b was branched.
![]() |
||
Comment 6•22 years ago
|
||
This is caused by the changes to nsEventListenerManager in bug 227690:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=nsEventListenerManager.cpp&branch=&root=/cvsroot&subdir=mozilla/content/events/src&command=DIFF_FRAMESET&rev1=1.153&rev2=1.154
Note that we no longer set the "shell" nsCOMPtr, which is passed to a callee
below and dereferenced.... (see the GetCoordinatesFor() call).
To bryner.
Comment 7•22 years ago
|
||
There is a patch proposed fixing this in bug 230380 comment 4
Bug 230380 Crash when using the Context Menu Key or Shift + F10 on anchors
http://bugzilla.mozilla.org/attachment.cgi?id=138631&action=view
Comment 8•22 years ago
|
||
*** This bug has been marked as a duplicate of 230380 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
Flags: blocking1.7a?
You need to log in
before you can comment on or make changes to this bug.
Description
•