ejbills / DockDoor

Window peeking for macOS
MIT License
294 stars 8 forks source link

Dock peek & Ctrl+Tab: closed modal window still displayed in app window preview #48

Open 0n0mat0p03ia opened 2 days ago

0n0mat0p03ia commented 2 days ago

Testing 1.0.11.

Dock peek and Ctrl+Tab are displaying a preview for an app modal window that is no longer open. Specifically, the preview is showing the modal window for the Bitwarden add-on in Brave (Chrome), which was opened previously but is now closed. Closing the modal window in the app preview (via "X") removes it and it is no longer displayed thereafter.

ejbills commented 2 days ago

Chromium browsers love spawning windows it seems. Any windows its showing DO currently exist, so that isnt incorrect, however there may be a "isHidden" flag or something similar I can use to filter out those stragglers.