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

Closing a window causes minimized windows to be focused #3408

Closed
mattkae opened this issue May 31, 2024 · 2 comments · Fixed by #3409 or #3698
Closed

Closing a window causes minimized windows to be focused #3408

mattkae opened this issue May 31, 2024 · 2 comments · Fixed by #3409 or #3698
Labels
bug triaged Triage into JIRA to plan it in

Comments

@mattkae
Copy link
Contributor

mattkae commented May 31, 2024

Repro

  1. Open up a terminal
  2. Open up gedit
  3. Minimize the terminal
  4. Close gedit
  5. Watch as the terminal is restored and focused

Expected

The terminal stays minimized

@mattkae mattkae added bug triaged Triage into JIRA to plan it in labels May 31, 2024
github-merge-queue bot pushed a commit that referenced this issue Jun 4, 2024
…ed (#3409)

fixes #3323

Note that this does **NOT** fix
#3408

## What's new?
- We now remember the restore state of the selected window as we're
cycling through it
@mattkae
Copy link
Contributor Author

mattkae commented Jun 4, 2024

I think this one isn't fixed from #3409. It is actually somehow unrelated 😅

@mattkae mattkae reopened this Jun 4, 2024
@tarek-y-ismail
Copy link
Contributor

Maybe this is related to how we manage surfaces/windows with a stack? Whenever you pop the second window, the first one becomes the "active window". I'm not sure if we handle the case where we pop and don't have an active window or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triaged Triage into JIRA to plan it in
Projects
None yet
2 participants