sbmpost / AutoRaise

AutoRaise (and focus) a window when hovering over it with the mouse
GNU General Public License v3.0
1.42k stars 60 forks source link

Bug: native dropdown is treated as another app window #201

Closed kopach closed 5 months ago

kopach commented 5 months ago

Issue is reproducible in standard macOS Mail app See recording below. Note, I can't select anything from dropdown

2024-04-07 12 05 56

My config is:

delay=0

App is installed with brew install autoraise --with-dexperimental_focus_first

As temporary workaround for me I've updated config like so

delay=0
ignoreApps="Mail"
sbmpost commented 5 months ago

@kopach

Thanks for the detailed write-up. I created a fix for this, which hopefully can be included in AutoRaise 5.2

sbmpost commented 5 months ago

@kopach

AutoRaise 5.2 is in master now and contains the fix

kopach commented 5 months ago

Thanks, it works as expected. It also solved the issue with “file open” native osx window which was flickering in some cases