Closed
Bug 422365
Opened 17 years ago
Closed 17 years ago
unable to use more than 3 mouse buttons
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 420294
People
(Reporter: jirislaby, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); cs; rv:1.9b4) Gecko/2008030318 Firefox/3.0b4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686 (x86_64); cs; rv:1.9b4) Gecko/2008030318 Firefox/3.0b4
This is a regression against ff3b3. When I run the older one, everyting is OK.
Mouse buttons used for back-forward navigation (buttons 4, 5) doesn't work in beta4.
Reproducible: Always
Steps to Reproduce:
1. run beta4
2. go on google.com
3. go on mozilla.org
4. press fourth mouse button
5. you should be on google (you are in beta3), no longer in beta4
Actual Results:
nothing
Expected Results:
move one page back
Comment 1•17 years ago
|
||
The back/forward default mapping changed in bug 355477. It is now using buttons 8/9 instead of 4/5 (4/5 should be horizontal scrolling by default from bug 414960).
You can either:
* Reconfigure your X server to map your back/foward buttons to be 8/9
* set mousewheel.horizscroll.withnokey.action to 2 in about:config (to get the old behavior)
Component: General → Widget: Gtk
Product: Firefox → Core
QA Contact: general → gtk
Version: unspecified → Trunk
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•17 years ago
|
||
xmodmap -e 'pointer = 1 2 3 4 5 8 9 6 7'
indeed fixes it.
You need to log in
before you can comment on or make changes to this bug.
Description
•