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

Can't click anything inside chrome window on Sonoma 14.4 #189

Closed suszymon closed 5 months ago

suszymon commented 6 months ago

I'm using 3 monitors with 3 chrome windows on Sonoma 14.4. At random moments one of the Chrome windows freezes and I can't click anything inside a tab. When I disable AutoRaise, it starts working normally.

Chrome 122.0.6261.112.

sbmpost commented 6 months ago

@suszymon

That is certainly incorrect behaviour. Are you able to reproduce this with a single or two monitors as well? Also can you tell me if there is other software running that improves the MacOS UI experience? Another thing that will be helpful is the debug output log while the mouse is within the tab that freezes. Verbose logging can be enabled by stopping any AutoRaise instances (you can use activity monitor for that) and starting AutoRaise from the commandline with -verbose true. For example:

./AutoRaise -focusDelay 1 -verbose true

Let's find out what is going on because we don't want things to 'hang'.

As a final thought have you tried googling for this issue as it might be unrelated to AutoRaise.

sbmpost commented 5 months ago

@suszymon

I am closing this issue as more feedback is needed