https://bugs.winehq.org/show_bug.cgi?id=57481
--- Comment #1 from zlice zlice@crtdrift.us --- undid some of commits in 9.22
- winex11: Ignore focus changes during WM_STATE transitions. https://gitlab.winehq.org/wine/wine/-/commit/0dc7e4046836595335cd64c92cc1327... - winex11: Avoid updating _NET_WM_STATE on iconic windows. https://gitlab.winehq.org/wine/wine/-/commit/b1dd7da80693e93acd113b42607e9fd... - winex11: Get rid of the now unnecessary mapped field. https://gitlab.winehq.org/wine/wine/-/commit/cba8970150b39c6ca96af69bd3e5f8a... - winex11: Get rid of the now unnecessary iconic field. https://gitlab.winehq.org/wine/wine/-/commit/a3841ebc853ff682504d13bcfcb4a1d... - winex11: Remove now unnecessary WindowPosChanged re-entry guards. https://gitlab.winehq.org/wine/wine/-/commit/26f3edd4531a85bf2d873a34eaf3514...
i assume the iconic/mapped (they step on each other) changes are what fixed it, maybe the wmstate focus changes too.