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

Bottom bar does not properly correspond to mouse wheel #386

Closed
digitalethics opened this issue May 26, 2020 · 2 comments
Closed

Bottom bar does not properly correspond to mouse wheel #386

digitalethics opened this issue May 26, 2020 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@digitalethics
Copy link

When clicking onto the bottom bar to navigate to different positions, the page positions change accordingly. When using the mouse wheel to scroll, the bottom bar indicates visual change without the page positions changing.

See also:

bottombar

@johnfactotum
Copy link
Owner

This is known (since even before the first release). It only respond to button release event, and not wheel or keyboard events. It's not ideal, but we can't simply connect to the value-changed signal, and connecting to button-release-event was the easiest workaround.

@johnfactotum johnfactotum added the bug Something isn't working label May 26, 2020
@johnfactotum johnfactotum added this to the 3.0 milestone Nov 19, 2021
@johnfactotum
Copy link
Owner

Fixed in the gtk4 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants