-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Setting to disable dragging to open terminal #112093
Comments
Does not reproduce in 1.52.1 I guess the regression never made its way to the stable build Thank you |
This problem happens again, but only in full-screen mode.
|
+1 for horizontal scroll bar as well in zen mode |
Oh OK, thanks for the clarification |
Here is a screen recording of the bug bug-2021-10-25_00.26.01.mp4As you can see in the video, the right bar edge is not scrolling in full-screen mode. @sbatten I consider this issue as a bug, because the behavior is different in full-screen mode |
@sguillia it is different in full screen mode by design as this is when we differentiate resizing of the window |
@sbatten This bug is fixed in 1.63.2 If it was as designed, then your design has changed and is now better. I hope it will stay |
TL;DR
Setting to opt-out of "drag to open terminal" because the right border of the window doesn't belong to the scrollbar anymore.
Description
This ticket is about a regression in the Insider build.
The regression was introduced by a feature called that I'll call "drag to open terminal".
On the Insider build, I can drag the utter right of the window to the left and it will open the workbench panel.
By workbench panel I mean the panel containing the terminal, debug console etc.
This feature is referred to in #111463
This feature seems to be introduced in Insider and seems to be absent in Code 1.51.1
Problem
When I want to scroll, I can just move my mouse completely to the right without caring.
At that point, my cursor has the default pointer.
When I click, the editor will scroll to the desired position.
This is great.
Now on the Insider build:
When I want to scroll, I move my mouse completely to the right without caring.
At that point, my cursor has the drag appearance.
When I click, nothing happens (because window expected me to drag)
This is not great.
I'd like a setting to opt-out of this feature, or any other experience where I do not have to precisely focus my mouse pointer on the scroll bar instead of the right border of the window that used to belong to the scroll bar.
It's like the "close" button on macOS windows, you have to precisely click on that ridiculously small button instead of just pushing your mouse top right.
Version
The text was updated successfully, but these errors were encountered: