-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Status bar can overflow when tabbing through entries #154708
Comments
@donald-ning can you please describe what you would expect to see. |
I think the navigation at the bottom is out of place, isn't that a bad design? I want to be able to scroll, not clutter, |
Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/ |
I'm sorry, I'm just a beginner, I don't know the specific code content. I can only give you my specific operation in this case. 2022-07-15.20.22.35.mov |
Yeah I can reproduce but I do not have a good idea how to solve this. #84258 is related to use a different strategy and clip the entry instead of hiding it. In general we miss a good overflow strategy for the status bar (related #6651). Is there someone with energy to investigate a solution? Maybe in CSS? |
Hi, what if the status bar becomes scrollable when it overflows, but no scrollbar is displayed? We can then scroll horizontally using the mouse wheel or using the left/right arrow keys. Will this be a good enough solution? I can try to implement this with minimal changes. vscode.status.bar.overflow.mp4 |
Yeah if we can somehow do this only when keyboard focus is in I am willing to take any solution that does not result in the multi line layout shift 👍 Thanks! |
Does this issue occur when all extensions are disabled?: No
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: