Skip to content
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

Panel: Panel should not pop up after closing the last file if it has been hidden #4756

Open
DavisVaughan opened this issue Sep 19, 2024 · 0 comments
Labels
area: layout Issues related to IDE Layout category. area: ui Issues related to UI category.

Comments

@DavisVaughan
Copy link
Contributor

DavisVaughan commented Sep 19, 2024

I've been battling an issue for awhile where the Panel aggressively pops itself up at hard to determine times. I hit this a lot because I actually move everything out of the Panel and want it to be hidden for all eternity.

I've finally found a reproducible example!

  • Open a file
  • Send the Panel away with Cmd + J (notice it doesn't show up in minimized form at the bottom)
  • Close that last file
  • Notice that the Panel pops back up (shakes fist angrily at this)
  • Open that file again
  • Note that the Panel is now in "minimized" form at the bottom. I really don't want this! I want it to be gone!

Note that this does not happen in VS Code. It is specific to our custom behavior with the "minimized" Panel.

Screen.Recording.2024-09-19.at.1.38.35.PM.mov
@DavisVaughan DavisVaughan added area: layout Issues related to IDE Layout category. area: ui Issues related to UI category. labels Sep 19, 2024
@DavisVaughan DavisVaughan added this to the 2024.12.0 Pre-Release milestone Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: layout Issues related to IDE Layout category. area: ui Issues related to UI category.
Projects
None yet
Development

No branches or pull requests

1 participant