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

🐞 Can not close or resize debug panel after resizing utility area to maximum height #1560

Closed
hoangatuan opened this issue Jan 10, 2024 · 6 comments
Labels
bug Something isn't working debug triage needed UI This is UI related UX User Experience

Comments

@hoangatuan
Copy link

hoangatuan commented Jan 10, 2024

Description

If I adjust the debug panel to its maximum height, then I will not be able to adjust its height again.
⌘⇧Y also doesn't work.

Once dragging the status bar to resize the utility area, if you drag up past a certain point it fills the area, you cannot drag down in the same gesture to get it back down.

You cannot drag it down at all once maximized. This might be because the status bar is not visible when the utility area maximized.

To Reproduce

  1. Open CodeEdit
  2. Adjust Debug panel to its maximum height
  3. Not able to adjust the debug panel height by mouse
  4. Using ⌘⇧Y will show incorrect UI
  5. Quit & Reopen the app but still not be able to adjust the debug panel height.the

Expected Behavior

  1. Able to resize the utility area height after it is maximized even after dragging up to maximize and dragging back down in the same gesture.
  2. ⌘⇧Y should have the same UX as Xcode.
  3. Status bar should be visible when maximized.

Version Information

Latest code on the main branch

Screenshots

Screen.Recording.2024-01-10.at.11.02.27.PM.mov
@hoangatuan hoangatuan added the bug Something isn't working label Jan 10, 2024
@hoangatuan
Copy link
Author

Hi maintainers,
If it's not a known issue, can assign to me

@github-actions github-actions bot added debug triage needed UI This is UI related UX User Experience labels Jan 10, 2024
@austincondiff
Copy link
Collaborator

austincondiff commented Jan 10, 2024

It looks like you've just maximized the utility area. Try clicking the lower right icon to restore it to normal size.

@matthijseikelenboom
Copy link
Contributor

The question is indeed if the area should behave the exact same way that Xcode does.

When the utility area is maximized, and then using the shortcut, the resulting window indeed seems to be a bug and unexpected behavior though

@hoangatuan
Copy link
Author

Hi @austincondiff @matthijseikelenboom

Wow, I didn't realize that we have the lower right icon. In the maximized area, both Xcode & Visual Studio allow users to drag to resize, but CodeEdit doesn't support that feature.
I think we should support this feature to avoid confusing user

@austincondiff
Copy link
Collaborator

I think you are right. I see several problems here...

  1. Once dragging the status bar to resize the utility area, if you drag up past a certain point it fills the area, you cannot drag down in the same gesture to get it back down.
  2. You cannot drag it down at all once maximized. This might be because...
  3. The status bar is not visible when the utility area maximized.

I will edit the issue description to account for these items.

@austincondiff austincondiff changed the title 🐞 Can not close or adjust debug panel after adjust debug panel to maximum height 🐞 Can not close or resize debug panel after resizing utility area to maximum height Mar 24, 2024
@austincondiff
Copy link
Collaborator

This is no longer an issue.

@github-project-automation github-project-automation bot moved this from 🆕 New to 🏁 Complete in CodeEdit Project Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working debug triage needed UI This is UI related UX User Experience
Projects
Status: 🏁 Complete
Development

No branches or pull requests

3 participants