Cannot click / drag the mouse down to select as editor does not scroll vertically anymore
Summary
Cannot click / drag the mouse down to select as editor does not scroll vertically anymore.
It seems to scroll horizontally instead of vertically. When doing the opposite, clicking and dragging up it works (as before).
In Rust mode.
Zed Version and System Specs
Zed: v0.186.8 (Zed) OS: macOS 15.4.1 Memory: 24 GiB Architecture: aarch64
Hey, thanks for your report! (And sorry for breaking this).
The issue arises because you start hovering the horizontal scrollbar and the drag event was incorrectly not filtered out before checking whether the horizontal scrollbar is currently being hovered/dragged.
You can see there is a linked PR that will fix this. For the time being, you can add
{
"scrollbar": {
"axes": {
"horizontal": false
}
}
}
to your settings as a workaround.
Thanks for the answer. Personally I would prefer less frequent updates and more testing but I also appreciate the pace at which you guys are going.
Totally understandable. The pace of changes definitely corresponds to the fact that Zed is not at 1.0 yet, as a lot of stuff is still missing. The addition that caused this issue did go through 1.5 weeks of testing and I tested some of the dragging stuff locally, sadly I missed this. Best case, such things do not reach Stable, but I am fairly confident this will improve once the 1.0 milestone is actually hit.
Again, thanks for reporting as otherwise this might have gone unnoticed for longer.
@MrSubidubi This is marked as closed, but is it live yet ? Because for me it still happens.
@markusmoenig The fix was not backported, hence it needs at least a week to reach Stable. Will be fixed in tommorows release.