Closed koplo199 closed 7 months ago
Ok that's quite easy to solve. Just have to check overview state. But I'll do that after merging some other PR first. So there's some work before that and I should publish a new version soon, maybe next week.
Ok that is already solved now, in overview the dock is hidden and the GS dash does the job.
@fthx Sorry for the delay, but it seems the issue isn't resolved: tested on GNOME 46 using the latest version (v67
)
I realize I forgot that this behaviour is caused by changing the way a dash click is managed to match what we can expect from a dock.
But: what window should I focus?
Should be ok now? It's uploaded to GS ext website.
When in overview and clicking on an application icon, dock-from-dash does not focus the application: when there's more than one window opened, nothing is happening (except some kind of hovering effect cycling over the targeted application windows), and when there is one window it actually focus it but minimize it first.
https://user-images.githubusercontent.com/85577251/212162486-d996a7e6-215b-45b3-a6b4-2e853d3fa4d1.mp4
The vanilla behavior is to focus the application (behavior also shared by dash-to-dock):
https://user-images.githubusercontent.com/85577251/212162574-917d2979-190c-4255-96cd-4648d9ac0c59.mp4
It seems the bug is caused by dock-from-dash not differentiating when in overview or not, thus keeping the same behavior when in overview (that is, cycling over windows when windows >=2, and minimizing the window otherwise)