sbmpost / AutoRaise

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

Doesn't work with Safari fullscreen video. #98

Closed sohate closed 2 years ago

sohate commented 2 years ago

Hello! When I do fullscreen video in Safari (YouTube, for example) AutoRaise doesn't focus that window. Settings change haven't fix the problem. I hope you'll fix this issue. Thanks!

BTW, I'm using two displays: internal and external.

P.S. I'm using this version of the app: https://github.com/sbmpost/AutoRaise/blob/master/AutoRaise.dmg

sbmpost commented 2 years ago

@sohate I checked out what is going on. Apparently, the Safari full screen video window bears no title. AutoRaise assumes that if a window doesn't have a title, that it should not raise it. Many applications show dialogs without title which shouldn't be raised. So I am afraid the Safari exception to this rule is not easy to fix.

P.S. There is a new version: https://github.com/sbmpost/AutoRaise/blob/99-introduce-new-settings/AutoRaise.dmg

sohate commented 2 years ago

@sbmpost

Well, your previous version works fine (with lhaeger GUI https://github.com/lhaeger). Has title, has no title - who cares? It works as it should be. I mean windows is a window, even dialogs with no title should be raised. Can you just add an option with this "no title should be raised" behaviour?

P.S. The new version is good, but still no safari video focus. It's really sad, because it's hard to use the app if it works only in 50 % of tasks. I really hope you'll find a solution. Thanks!

sbmpost commented 2 years ago

@sohate

I made another update. You can download v3.5.2

With this update, if you set the focus delay slider to 0 (only enable raise), then Safari should behave as it did before.

sohate commented 2 years ago

Just test it! Works fine. Thank you very much!

sbmpost commented 2 years ago

@sohate all was merged to master.