Desktop touch acceleration/velocity isn't user configurable on touchscreens
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
People
(Reporter: cabelitos, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
Firefox for Android
Steps to reproduce:
Set:
"apz.fling_accel_base_mult = 2.0"
"apz.fling_accel_supplemental_mult = 2.0"
"apz.touch_acceleration_factor_x = 2.0"
"apz.touch_acceleration_factor_y = 2.0"
Actual results:
No difference in touchscreen scroll acceleration/velocity.
Expected results:
Touchscreen scroll acceleration/velocity should increase.
Probably I messed the submit by selecting phone/tablet, but this is not a "Firefox for Android" bug, it's a Desktop bug and it'ts happening in my Windows 10 tablet.
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 3•5 years ago
|
||
The apz.touch_acceleration_factor_* prefs don't get used for touch inputs, so I wouldn't expect those to have any impact when using a touchscreen. The apz.fling_accel_* prefs should have an effect, but only when doing multiple flings in quick succession.
Updated•5 years ago
|
Description
•