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 became unusable on Wayland #7287

Closed
rivenirvana opened this issue Mar 31, 2024 · 3 comments
Closed

Scrolling became unusable on Wayland #7287

rivenirvana opened this issue Mar 31, 2024 · 3 comments
Labels

Comments

@rivenirvana
Copy link

Describe the bug
Scrolling the terminal with the mouse wheel has become unreliable and unusable on Wayland. It takes a significant amount of scrolling before it decides to scroll one line on either direction. The bug occurs throughout the usage of the terminal from launch, and inside programs. It also occurs even without a config, but scroll inputs seem to be captured correctly, as per kitty -c NONE --debug-input. Scrolling via touchpad works, as well as in X11. The bug first appeared from somewhere in between commits 8335a52 and 274a9d7, and has persisted up to master 94a612c, according to my COPR builds.

Environment details

  • Fedora 39 and 40 Beta, GNOME Wayland
  • kitty built nightly from master branch via COPR, specfile used for builds are highly similar to current Fedora sources
@kovidgoyal
Copy link
Owner

It will be this commit I would guess: 506be12

@kovidgoyal
Copy link
Owner

Just a heads up, I made another try at this: 7ec292e

I tested it with my mouse wheel and I found and fixed the bug in the original attempt, so it should be fine, but...

@rivenirvana
Copy link
Author

I can confirm that it is working fine with my mouse wheel, as well.

Rhodate pushed a commit to Rhodate/kitty that referenced this issue Apr 13, 2024
…h thanks from SDL"

This reverts commit 506be12.
Seems to have broken wheel scrolling and I lake the time/interest to
debug why. Since this commit didnt actually solve any real issue revert
it for now. Revisit in the future when I have more bandwidth.

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

No branches or pull requests

2 participants