Max Tsyba

Results 195 comments of Max Tsyba

I could not recreate this issue, but it seems like the extension thinks you continue pressing the right mouse button, and tries to call the scroll wheel action. Does it...

That's interesting, I never saw a tab catching mouse events from another tab. Could you try this test version and check if the issue still persists? This build also contains...

Okay, then what about this build? [test_2.zip](https://github.com/user-attachments/files/17684538/test_2.zip)

Then, I'm afraid, for now I'm out of ideas why it could happen. What you've described (content script in one page intercepts mouse event from another page) shouldn't really be...

Sure, thanks. In my case, even the hovered segment highlight is not working in Vivaldi, and mouse events are handled weirdly. But I just tried in latest version of Chrome...

What I can suggest for now, is to disable `Continuous vertical scroll detection`. It will break the mouse wheel gestures, but probably will fix the stuttering. ![Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2024-11-09 180212](https://github.com/user-attachments/assets/f21a3fa7-a4d2-4ffa-95b5-12774da4cc7c)

Hm... How about this one? [test_3.zip](https://github.com/user-attachments/files/17688765/test_3.zip)

Hm, okay. So, my last idea is to disable passive attribute of scroll listener if continuous scroll detection is disabled, and horizontal scroll events are disabled as well. Here's a...

Okay, great! It's not a great fix, as it requires you to disable the continuous scroll detection, but at least that's something

I uploaded new `1.5.2` version with these fixes, as well as an additional check to not execute actions if page is not currently focused. I hope this will resolve the...