-
Notifications
You must be signed in to change notification settings - Fork 2.5k
In Firefox, smooth scrolling is very choppy when "privacy.resistFingerprinting" is set to true in about:config #3641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is because when this configuration is true, Firefox gives Vimium fake timestamps (something like 0, 0, 0.1sec, 0.1sec, 0.1sec, 0.2sec, 0.2sec, 0.3sec, ...), and Vimium fails in computing scrolling distance if a second timestamp is equal with the one before. When this is false, then the timestamp will be like 0, 0.017sec, 0.034sec, 0.051sec, ... - the precision is much higher. |
Are there any solutions to this? I can confirm that
|
Vimium can work with |
How do I implement this? I toggled off "Use smooth scrolling" and I am running v1.66. Update: vimium/content_scripts/scroller.js Line 64 in bdf654a
|
Uh oh!
There was an error while loading. Please reload this page.
I'm not sure if this is Firefox's fault or the extensions fault, but I thought I'd post it here just incase someone else has choppy scrolling and can't figure out why.
To Reproduce
Ensure smooth scrolling is on in Vimium-FF and firefox preferences
Go to about:config and set "privacy.resistFingerprinting" to true
Scroll using vimium keybinds
Browser and Vimium version
Firefox Version: 79.0
Os: Arch
Vimium-FF Version: 1.66
The text was updated successfully, but these errors were encountered: