Closed Bug 422365 Opened 16 years ago Closed 16 years ago

unable to use more than 3 mouse buttons

Categories

(Core :: Widget: Gtk, defect)

x86
Linux
defect
Not set
normal

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
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
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
xmodmap -e 'pointer = 1 2 3 4 5 8 9 6 7'
indeed fixes it.
I didn't see this is even in the relnotes.
Resolution: INVALID → DUPLICATE
You need to log in before you can comment on or make changes to this bug.