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

[BUG] Dock doesn't hide on overlap after minimizing app from dock. #650

Open
waynehuang0000 opened this issue Feb 26, 2025 · 2 comments
Open
Labels
bug Something isn't working

Comments

@waynehuang0000
Copy link

When I minimize an app from dock, and the next focused app has overlap regions on the dock, the dock doesn't auto hide.
(Minimizing using the minimize window button or Win+ArrowDown works)

Steps to reproduce the behavior:

  1. Set dock to auto hide on overlap.
  2. Open/focus a maximized app window.
  3. Focus another window.
  4. Minimize the focused app from dock.
  5. Now the focused app should be the maximized app window, but the dock doesn't hide.

Expected behavior:
The dock should auto hide after a window is minimized if the next focused app is overlapping.

Version:
Nighly v2.1.9+20250224184629

seelen-ui_7ENLUd2FaI.mp4
@luriusTM
Copy link
Contributor

luriusTM commented Feb 26, 2025

This is intresting... I got make some tests what exactly happens... but the symptoms are clear.

Seelen at least thinks Seelen is in focus, but in reality, in windows state the previous app focused. Kind of cloudy what happens...

Nope, it is easier then it seemed. Seelen is in focus. Thats it. When you click on the weg and it does not brings anything into focus, then your last click was calculated the focus, which is Seelen. This is right and intended. Not the previous app should be focused, because Seelen is in focus. Eythan will make the last statement, but I think this is right.

The problem, after Seelen minimalised the app and got the focus, does not let to focus the previosly focused one... there is something mysterious which I do not understand yet...

Focus on the weg clicks and the toolbar focused app. I do not get, why I can not focus the edge after discord is minimalised, only after the 2. click

Screen.Recording.2025-02-26.142016.mp4

@luriusTM
Copy link
Contributor

This is intresting... I got make some tests what exactly happens... but the symptoms are clear.

Seelen at least thinks Seelen is in focus, but in reality, in windows state the previous app focused. Kind of cloudy what happens...

Nope, it is easier then it seemed. Seelen is in focus. Thats it. When you click on the weg and it does not brings anything into focus, then your last click was calculated the focus, which is Seelen. This is right and intended. Not the previous app should be focused, because Seelen is in focus. Eythan will make the last statement, but I think this is right.

The problem, after Seelen minimalised the app and got the focus, does not let to focus the previosly focused one... there is something mysterious which I do not understand yet...

Focus on the weg clicks and the toolbar focused app. I do not get, why I can not focus the edge after discord is minimalised, only after the 2. click

Screen.Recording.2025-02-26.142016.mp4

Ok, Now I have it, The windows activates the top window as how we asked from it. But because Seelen is in focus, this makes trouble in the end where different is activated then focused, which should not happen. I make a PR to resolve the focus issue after minimise, but that will only make my statement clear in this situation. When you minimise smth on the app, then Seelen will be in focus. I do not aware of Eythan opinion, if he thinks the previously focused app should be in focus, then a different fix is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants