Closed
Bug 54884
Opened 24 years ago
Closed 24 years ago
Crash when certain keys are pressed, like alt-backspace
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P1)
Tracking
()
People
(Reporter: sander, Assigned: mcafee)
References
Details
(Keywords: crash, Whiteboard: [rtm need info])
Attachments
(1 file)
1.07 KB,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS 5.7 sun4u; en-US; m18) Gecko/20000713
BuildID: 200010214
Mozilla crashes when I press alt-backspace, In fact any key of
{alt, ctrl} combined with any key of {backspace, del, insert, home, end, pgup,
pgdn} brings the browser down
Reproducible: Always
Steps to Reproduce:
Start Mozilla
Press Alt-backspace
Actual Results: Crash
Expected Results: An emacs user would expect that the last word would be
deleted. I didn't see this bug with m17 for windows.
Comment 1•24 years ago
|
||
WFM on Win.
Chris, does this happen for you?
Sairuh, anyway can you confirm this? (Like you really have a Solaris box in
your cube ... :-)
Adding "rtm" keyword because if this is confirmed, then we definitely want to
fix this.
Comment 3•24 years ago
|
||
well, i cannot repro this. then again, i'm using a commercial branch build
(non-trunk), on linux.
mcafee has a solaris box, though. :)
Keywords: crash
Comment 4•24 years ago
|
||
worksforme on solaris from a build around 10/9/2000, not sure if I need a
newer build to confirm though.
Updated•24 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 5•24 years ago
|
||
marking wfm per zach's comments. chris or sander, d'you see this with recent
bits?
Reporter | ||
Comment 6•24 years ago
|
||
Yup, yesterdays build does it. Alt-backspace and crash. In fact when i made a
typo in 'yesterdays', I just crashed it again ;-)
Assignee | ||
Updated•24 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Assignee | ||
Comment 7•24 years ago
|
||
reopening per user comments
Comment 8•24 years ago
|
||
confirming per above comments...
however, i couldn't repro this using either commercial or mozilla *trunk* bits
[2000.10.11.08, nightlies] on linux. mebbe this is solaris-specific, then?
also, i haven't changed my keybindings --still using the default Ctrl for accel
key and Alt for menu access key.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 10•24 years ago
|
||
Chris will try to repro this ehn he's back in the office ...
Assignee | ||
Comment 11•24 years ago
|
||
I had to bang on alt-backspace for a while to make this
crash, but here's the stack trace I got:
#0 0xedc2dea0 in nsConvertCharCodeToUnicode ()
#1 0xedc2e0b8 in InitKeyPressEvent ()
#2 0xedc2e700 in handle_key_press_event ()
#3 0xedc2ec48 in handle_gdk_event ()
#4 0xedc2eabc in handle_gdk_event ()
#5 0xedbcd29c in gdk_event_dispatch (source_data=0x76ea8,
current_time=0xeffff078, user_data=0x0) at gdkevents.c:2086
#6 0xed9d6fe4 in g_main_dispatch (current_time=0xeffff078) at gmain.c:647
#7 0xed9d781c in g_main_iterate (block=1072, dispatch=1) at gmain.c:854
#8 0xed9d7a2c in g_main_run (loop=0x85968) at gmain.c:912
Reporter | ||
Comment 12•24 years ago
|
||
There is something different in todays build. Alt-backspace doesn't crash
anymore (good!). Unfortunately control-backspace still gives an immediate crash.
(as does control-{insert,del, home,end, pgup, pgdn, tab, F1,...})
Comment 13•24 years ago
|
||
Comment 14•24 years ago
|
||
*** Bug 56403 has been marked as a duplicate of this bug. ***
Comment 15•24 years ago
|
||
sorry wrong bug for attachment
Comment 16•24 years ago
|
||
reproduces on my Sun/Solaris 7. Would expect alt+<left arrow> to take you back a
page as in netscape
Assignee | ||
Comment 17•24 years ago
|
||
dup of bug 54694?
Assignee | ||
Comment 18•24 years ago
|
||
yeah this is a dup, same stack trace.
*** This bug has been marked as a duplicate of 54694 ***
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•