-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Mouse scroll issues on X11 #217
Copy link
Copy link
Closed
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platforms
Description
Two issues with mouse scrolling:
- Direction is reversed
- Scrolling while outside of the window will "store up" scrolls which are then released as a single cumulative event next time scrolling occurs on the window.
Platforms tested:
- X11: occurs
- Windows: doesnt occur
Bisected to: 15aafc2
I am currently investigating what is going wrong and plan to submit a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platforms