-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Don't create a new scene when double-clicking empty space in scene tabs #77883
base: master
Are you sure you want to change the base?
Don't create a new scene when double-clicking empty space in scene tabs #77883
Conversation
This behavior was often accidentally triggered when using the scroll tab arrow buttons. Web browsers also lack equivalent behavior, which means that it's not an UX pattern that people often rely upon. If you need to create a scene quickly from the scene tabs, a "+" button remains visible at the right of the last scene tab.
That's not fully accurate, Firefox behaves like this (at least on Linux). I don't mind removing the feature (I don't use it). |
Indeed, this feature exists, or at least existed, in various browsers and tabbed applications. So I think that the feature is fine. But navigation arrows should consume clicks. |
I guess it depends on whether you have window borders shown, as doing this on my setup (which is also Linux) makes the window maximize itself (or restore itself is already maximized). |
I think this was fixed in the |
I can still reproduce this on 4.2.beta2: simplescreenrecorder-2023-10-25_20.47.29.mp4This occurs even if double-clicking far away from the last tab (as long as you click on the TabBar area). |
Oh, I meant the linked issue #72313 was fixed, so it doesn't trigger when using the scroll buttons. |
This behavior was often accidentally triggered when using the scroll tab arrow buttons. Web browsers also lack equivalent behavior, which means that it's not an UX pattern that people often rely upon.
If you need to create a scene quickly from the scene tabs, a "+" button remains visible at the right of the last scene tab.