-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Menus: Dropdown menu gets tiny when opened near the edge of the workbench #102409
Comments
@bravecobra sorry for this. 2 workarounds: the first would be to move the view up toward the top so the menu doesn't try to open like this. the second workaround which even less ideal is to use the native title bar experience. |
fyi @joaomoreno |
Here's where the SCM single view feedback is being collected: #102118 |
the menus try to shrink if they think there isn't enough room. normally a menu is drawn in the top left of the window before being positioned, but now dropdowns are using the anchor as the parent of the menu. this means we need to set the position of the container to fixed before rendering the menu to give it enough space to avoid shrinking more than necessary. |
Steps to Reproduce:
Just add a lot of repositories
The submenu should open to the top instead of always to the bottom when opened in the lower part of the screen. This view is just become unusable.
Is there a way to revert to the previous behaviour? I can't say I'm happy with this new view. With lots of repositories this is not an improvement, on the contrary.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: