Closed
Bug 180937
Opened 23 years ago
Closed 23 years ago
backspace key to go back to previous page doesn't work
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: bugzilla, Assigned: aaronlev)
Details
(Keywords: regression)
found using 2002.11.19.04 comm trunk bits on win2k.
1. make sure that you've browsed several pages in your current window (or tab)
and do *not* start using typeahead find (see bug 177005).
2. hit the backspace key.
expected results: should go back to the previously-viewed page.
actual results: nothing happens.
note: shift-backspace to go foward a page also doesn't work.
fortunately, alt-left/right arrow shortcuts still work fine.
Reporter | ||
Comment 1•23 years ago
|
||
if i disable type ahead find --by adding
user_pref("accessibility.typeaheadfind", false); to my prefs.js-- this is no
longer a problem.
Keywords: regression
Reporter | ||
Comment 2•23 years ago
|
||
hrm, now i cannot reproduce this, after quitting and restarting a couple of times.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
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
•