general.smoothScroll.mouseWheel.durationMinMS
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
People
(Reporter: srpen6, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0
Steps to reproduce:
general.smoothScroll.mouseWheel.durationMinMS
was change from 200 to 50 with Firefox 82. I assume this was an error, as the default scrolling now is comically jerky. Fix for me was reverting to previous value with MinMS and MaxMS
![]() |
||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
(In reply to Steven Penny from comment #0)
general.smoothScroll.mouseWheel.durationMinMS
was change from 200 to 50 with Firefox 82. I assume this was an error, as the default scrolling now is comically jerky. Fix for me was reverting to previous value with MinMS and MaxMS
It was not an error, people have been asking for this change for a long time (bug 1418822) to make the scrolling feel more like in Chrome and Edge.
Unfortunately, this is a case where we can't make everyone happy simultaneously: some people prefer the old behaviour and some the new. If you prefer the old behaviour, you can change the pref to the old value.
Comment 2•4 years ago
|
||
I'm going to dupe this over to bug 1680077, which tracks a possible revert of the default settings (no decisions has been made yet on that revert).
Description
•