-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
vimium-c + Midnight Lizard = delay in scrolling on some websites #175
Comments
Thanks for this report. A work-around is to add options to
The detalied analysisThis is because:
On my computer, this process takes 40ms on amazon and with the M-L extension disabled, while requires as much as 150ms (sometimes 200ms) with M-L enabled. |
It works. Thank you! Is there any downside of using |
without keepHover, 'scrollby' will prevent your mouse pointer from triggering 'hover' effects when some elements scroll to its position. Such effects may be tiny, like button/link changes text colors, while some can be really expensive, like github shows a card if an avatar is hovered.
Chrome has implemented this feature nativelly, but there's no API for extensions to use it, so I chose a naive way to simulate it - and as you saw, my way could also be too expensive.
I'll reverse this option to make it enabled by default, and test some other ways to simulate this feature.
…---Original---
From: "Maciej Motyka"<notifications@github.com>
Date: Thu, May 21, 2020 03:01 AM
To: "gdh1995/vimium-c"<vimium-c@noreply.github.com>;
Cc: "Comment"<comment@noreply.github.com>;"Dahan Gong"<gdh1995@qq.com>;
Subject: Re: [gdh1995/vimium-c] vimium-c + Midnight Lizard = delay in scrolling on some websites (#175)
It works. Thank you!
Is there any downside of using keepHover? Am I sacrificing some functionality?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
side note: @maciejmotyka chrome has flag |
Thank you both! Closing. |
Hello, you may try this: vimium_c-1.83.2-chrome-9041514.zip, vimium_c-1.83.2-firefox-9041514.zip.
Install:
|
Tested in Vivaldi, on amazon.com - works fine. Occasionally the scroll pauses for few milliseconds, when some hover effect gets triggered, but this is a minor inconvenience compared to the original issue. I will report if I encounter pages that have hover effects that cause bad scrolling experience. Thanks! |
I recently switched from philc/vimium and was positively surprised by Vimium C. One negative thing that I've noticed was a noticeable delay between pressing
j
ork
and the onset of scrolling on some of the pages, e.g. amazon.com or youtube.com. The majority of other websites didn't have this issue.I did some detective work and tracked it down to a bad synergy with the Midnight Lizard extension.
To reproduce:
j
ork
Note: the delay occurs even when Midnight Lizard is set to not change the theme of the website, i.e. the extension is enabled but not changing the website look at that moment.
That situation is very unfortunate 😢 . Midnight Lizard is a 5 star extension with 40k+ users, and Vimium C seems to be better than the original. For now, I'm going back to philc/vimium.
Tagging @Midnight-Lizard just in case.
OS: Ubuntu MATE 20.04
Browsers: Vivaldi 3.0.1874.38, Chrome 81.0.4044.138
Extensions: Vimium C 1.83.1, Midnight Lizard 10.5.0
The text was updated successfully, but these errors were encountered: