Cannot reverse forward backward gestures
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
People
(Reporter: barz621, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0
Steps to reproduce:
Went into about:config
tried to change this>
browser.gesture.swipe.left: Browser:BackOrBackDuplicate
browser.gesture.swipe.right: Browser:ForwardOrForwardDuplicate
into this>
browser.gesture.swipe.left: Browser:ForwardOrForwardDuplicate
browser.gesture.swipe.right: Browser:BackOrBackDuplicate
to reverse the direction of the gesture
I am using Firefox on Weston (wayland)
Actual results:
It did nothing and the forward/backward gestures werent working even after a restart
Expected results:
The direction of the swipes should have been reversed
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 year ago
|
Comment 2•1 year ago
•
|
||
This seems be handled in https://searchfox.org/mozilla-central/source/browser/base/content/browser-gestureSupport.js, but not sure which component is the best fit, so start with FireFox : General
.
Comment 3•1 year ago
|
||
:hiro, where do you think this bug wants to live?
Comment 4•1 year ago
|
||
It's APZ. This bug may be a regression. I am not sure yet though.
Comment 5•1 year ago
|
||
Thanks!
Comment 6•1 year ago
|
||
The severity field is not set for this bug.
:botond, could you have a look please?
For more information, please visit BugBot documentation.
Comment 7•1 year ago
|
||
Probably this line
if those prefs are changed at all (even if swapped) then that disables any history navigation with swiping.
Comment 8•1 year ago
|
||
Looks like it's been originally there.
Description
•