Closed
Bug 207175
Opened 22 years ago
Closed 22 years ago
Hitting backspace no longer navigates one page back in the history
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: schmely, Assigned: bugzilla)
Details
Attachments
(1 file)
|
2.69 KB,
patch
|
aaronlev
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030526 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030526 Mozilla Firebird/0.6
Can no longer hit backspace on the keyboard to navigate back one page in the
browser history.
Reproducible: Always
Steps to Reproduce:
Simply navigate around a bit, and then hit 'backspace' on your keyboard- no
backwards navigation.
Actual Results:
Nothing
Expected Results:
Should have moved back one page in the browser history.
Comment 1•22 years ago
|
||
Confirming on Windows 2003 Server.
Comment 2•22 years ago
|
||
Confirming on Windows 2003 Server.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•22 years ago
|
||
Same problem noted in Windows ME.
Comment 4•22 years ago
|
||
Confirming on WinXP SP1
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030526 Mozilla
Firebird/0.6
Regressed by bug 204777 (attachment 123913 [details] [diff] [review]).
I'm going to make a patch to fix this at home.
Attachment #124276 -
Flags: review?(aaronl)
Comment 7•22 years ago
|
||
Bryner, can we check this in until a cleaner approach is ready?
Updated•22 years ago
|
Attachment #124276 -
Flags: superreview?(bryner)
Attachment #124276 -
Flags: review?(aaronl)
Attachment #124276 -
Flags: review+
On other Mozilla based browser on certain platforms this did never work. It's
especially annoying if you are entering text into a text field, somehow
accidentically change the focus and go back instead of deleting in the text box
(which sometimes causes you to lose all entered text, even if you hit forward
again at once). Not quite sure if this really needs to be fixed. Does this bug
influence users with a fourth mouse button, that use this button to go back in
browser?
Backspace for going back has been around a long time (and discussed in other
places). It broke, therefore I think it should be fixed. If you don't like it
that much, then you can edit your browser.xul to remove it.
Comment 10•22 years ago
|
||
Comment on attachment 124276 [details] [diff] [review]
We don't use platformHTMLBindings.xml anymore.
Good, but we can do better by #ifdef'ing the XUL file (via the XUL
preprocessor) so that this only happens on win32. I'll make that change and
check it in.
Attachment #124276 -
Flags: superreview?(bryner) → superreview+
Comment 11•22 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 12•22 years ago
|
||
Please enable this feature in the Linux version, too. I was able to add it
manually by editing platformHTMLBindings.xml, but it's not used anymore, right?
Comment 13•22 years ago
|
||
If the platformHTMLBindings.xml is going away, what is to replace it?
I have always hated the backspace-goes-back functionality in IE and much
prefered the backspace-is-page-up that NN4 used.
Doesn't "just update the browser.xul" involve un-zipping some jars, making
changes to a huge file, and then zipping it again?
Comment 14•22 years ago
|
||
Because some people don't want it, perhaps we should make it an option in
about:config for how this is handled?
Comment 15•22 years ago
|
||
I agree. Or user.js. Or are they the same?
Comment 16•22 years ago
|
||
user.js is a way of storing prefs for future re-use. It is read in every time
the browser starts. Changes made to about:config are stored in prefs.js. If
[backspace] doesn't work on Linux, I suggest filing an RFE.
Comment 17•22 years ago
|
||
v
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.4b) Gecko/20030601 Mozilla
Firebird/0.6
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•