ejbills / DockDoor

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

Dock peek: hover boundaries for dock icons are too easily triggered #15

Open 0n0mat0p03ia opened 1 week ago

0n0mat0p03ia commented 1 week ago

The hover boundaries for dock icons are too easily triggered when attempting to select an item in the preview pop-up window. For example:

The user hovers over the Safari dock icon and Safari-A and Safari-B are displayed in the preview pop-up. The user moves the mouse cursor to select Safari-B. However, the cursor moves too close to the Notes dock icon and triggers its preview pop-up.

In this scenario, if the Notes app was minimized or hidden, then when the Notes dock icon boundary is accidentally triggered, the Safari preview pop-up disappears, leaving the user confused. (It's because the app currently does not display previews for hidden or minimized apps, so nothing is displayed when the Notes boundary is triggered).

This has happened frequently enough to become an annoyance.