Skip to content

Fixed slow linux wayland mouse wheel scrolling in grid view - #589

Open
Luke-239 wants to merge 1 commit into
YACReader:developfrom
Luke-239:wayland-scroll-fix
Open

Fixed slow linux wayland mouse wheel scrolling in grid view#589
Luke-239 wants to merge 1 commit into
YACReader:developfrom
Luke-239:wayland-scroll-fix

Conversation

@Luke-239

@Luke-239 Luke-239 commented Aug 16, 2026

Copy link
Copy Markdown

Fixed extremely slow mouse wheel scrolling in grid view on Linux Wayland. Click and drag and scrollbar were unaffected.

Confirmed the WheelHandler attached to GridView never received wheel events. It was still possible to scroll but whatever it fell back on did not work well, it required scrolling many more times (>10x) to move the same distance compared to the windows version.

Flow View already used MouseArea with an onWheel handler instead of WheelHandler and that worked so I changed grid view to use the same qml element for the main grid scroll and the info panel scroll. I was able to keep the actual scroll calculation exactly the same. I used the parent object size and filtered the other mouse buttons.

Fix extremely slow mouse wheel scrolling in grid view on Linux Wayland
@Luke-239 Luke-239 changed the title Update GridComicsView.qml Fixed slow linux wayland mouse wheel scrolling in grid view Aug 16, 2026
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

Successfully merging this pull request may close these issues.

1 participant