https://bugs.winehq.org/show_bug.cgi?id=47704
Bug ID: 47704 Summary: Wine app does not display in Expose' (mission control) Product: Wine Version: 4.15 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: nospam2k@gmail.com
When using the 3 finger swipe to view windows, the Wine app window is not displayed.
https://bugs.winehq.org/show_bug.cgi?id=47704
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO
--- Comment #1 from Ken Thomases ken@codeweavers.com --- There are certain window styles and properties which, on Windows, prevent that window from appearing in the taskbar. The Mac driver translates those same styles and properties to the window not appearing in Exposé/Mission Control.
In other words, this is by design. It's important for things like menus, tooltips, etc. to behave properly.
Of course, it's undesirable in certain cases, such as yours, where it negatively impacts usability. It would help to know what app you're talking about and how it behaves on Windows.
Also, a +win,+macdrv,+event,+cursor log of launching the app to the point of showing the window in question, clicking once in that window, and quitting the app (using Command-Option-Q) might be useful.