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

Scroll completely broken (Linux Mint) #14089

Open
1 task done
ChristoferMendes opened this issue Jul 10, 2024 · 4 comments
Open
1 task done

Scroll completely broken (Linux Mint) #14089

ChristoferMendes opened this issue Jul 10, 2024 · 4 comments
Labels
defect [core label] linux scrollbar Feedback for scrollbar behavior, style, etc

Comments

@ChristoferMendes
Copy link

ChristoferMendes commented Jul 10, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

In a fresh install of Zed (Stable), when opening the editor, the scroll is not working at all.

Even clicking in the scrollbar does not work.

Environment

Linux Mint

AMD Ryzen 7 4800H with Radeon Graphics
Geforce GTX 1650 Ti mobile

@ChristoferMendes ChristoferMendes added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels Jul 10, 2024
@notpeter notpeter added linux scrollbar Feedback for scrollbar behavior, style, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jul 10, 2024
@ChristoferMendes
Copy link
Author

I'm not sure if it's related, but after reading issue #14085, I noticed that @aminya mentioned removing a file while working on the Linux builds (which is also what I'm doing). Following this, I ran rm -rf ~/.config/zed/keymaps.json, and the scrolling issue stopped occurring.

However, the error of CTRLs does not worked for me :(

@ChristoferMendes
Copy link
Author

ChristoferMendes commented Jul 12, 2024

Check for existing issues

* [x]  Completed

Describe the bug / provide steps to reproduce it

In a fresh install of Zed (Stable), when opening the editor, the scroll is not working at all.

Even clicking in the scrollbar does not work.

Environment

Linux Mint

AMD Ryzen 7 4800H with Radeon Graphics Geforce GTX 1650 Ti mobile

I'm having this issue while using AnyDesk only. I tested in the machine itself and it does not have the error

@krial057
Copy link

krial057 commented Aug 2, 2024

I had the same issue using Linux Mint and a remote desktop tool.
It still worked before the pull request #11110 got merged. I believe the issue is that remote desktop tools are still using the button press event detail (4&5) to perform the scrolling and do not provide scrolling over an inputmotion event.
I think a fallback to the previous scrolling method would be a possible fix.

@donjan
Copy link

donjan commented Aug 2, 2024

OP doesn't specify remote control tools, but the last two commenters do. So I'll attach here, but please advise if the devs prefer a new issue.

Zed 0.146.4 on Ubuntu 22.04.4, scrolling works natively, which is nice.
Scrolling as an input-leap client (same protocol as Synergy and Barrier) does not work. Toggling "relative mouse moves" in input-leap has no effect, other options don't seem relevant.
To me, this is a hard requirement for trying out Zed any further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect [core label] linux scrollbar Feedback for scrollbar behavior, style, etc
Projects
None yet
Development

No branches or pull requests

4 participants