Open Bug 1861924 Opened 1 year ago Updated 2 months ago

Cannot reverse forward backward gestures

Categories

(Core :: Panning and Zooming, defect, P3)

Firefox 119
defect

Tracking

()

UNCONFIRMED

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

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.

Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Component: Widget: Gtk → DOM: Navigation

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.

Component: DOM: Navigation → General
Product: Core → Firefox

:hiro, where do you think this bug wants to live?

Flags: needinfo?(hikezoe.birchill)

It's APZ. This bug may be a regression. I am not sure yet though.

Component: General → Panning and Zooming
Flags: needinfo?(hikezoe.birchill)
Product: Firefox → Core

The severity field is not set for this bug.
:botond, could you have a look please?

For more information, please visit BugBot documentation.

Flags: needinfo?(botond)

Probably this line

https://searchfox.org/mozilla-central/rev/5e0c42441a93d7a2307d3baa49d3a15f553d6757/browser/base/content/browser-gestureSupport.js#194

if those prefs are changed at all (even if swapped) then that disables any history navigation with swiping.

Looks like it's been originally there.

Severity: -- → S3
Flags: needinfo?(botond)
Priority: -- → P3
Duplicate of this bug: 1939358
You need to log in before you can comment on or make changes to this bug.