Skip to content
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

Scrolling won't stop when moving from a window to another [bug] #1234

Open
eoleedi opened this issue Dec 30, 2024 · 1 comment
Open

Scrolling won't stop when moving from a window to another [bug] #1234

eoleedi opened this issue Dec 30, 2024 · 1 comment

Comments

@eoleedi
Copy link

eoleedi commented Dec 30, 2024

Description

The scrolling behavior seems to persist on another window(pane or application) even if the current reaches the end, resulting in unwanted scrolling on another window

Expected behavior

It should not trigger a scrolling on the other window

Steps to reproduce

  1. Open two scrollable window
  2. Scroll till the end and immediately move the mouse to another window

Context

Mac Mouse Fix Version: 3.0.3
macOS Version: 15.1
Mouse Model: Logi M650

Screen.Recording.2024-12-30.at.17.28.00.mov
@eoleedi eoleedi changed the title Smooth Scrolling won't stop when moving from a window to another [bug] Scrolling won't stop when moving from a window to another [bug] Dec 30, 2024
@eoleedi
Copy link
Author

eoleedi commented Dec 30, 2024

My hunch is that scrolling events are sent globally(controlled by this app's dispatch system), whereas the MacOS System sends a scrolling animation directly to the scrollable area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant