https://bugs.winehq.org/show_bug.cgi?id=57682
Bug ID: 57682 Summary: focus tracking somewhat broken wrt. desktop switches Product: Wine Version: 10.0-rc5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: galtgendo@o2.pl Distribution: ---
It seems that under certain circumstances wine doesn't respect parts of focus-follows-mouse policy.
I'm not sure if this counts as a regression, given the amount of changes that went recently (even during code freeze) into winex11.drv.
Anyway, it's easiest to observe (for example) with Unnamed Space Idle.
If I switch from the desktop with the game window and back again, the wine window pops up on top regardless of its z-order before the switch and the window's titlebar indicates it has focus...
...yet, as I move the mouse within the window, the tooltip windows don't show up for its respective elements. This holds until I either click on the game window or Alt-Tab within this desktop.
(this is likely a dupe of bug 43691 on some level, but so many changes went in that it manifests differently)