https://bugs.winehq.org/show_bug.cgi?id=51301
Eric Tilton etilton@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |etilton@protonmail.com
--- Comment #6 from Eric Tilton etilton@protonmail.com --- Created attachment 70624 --> https://bugs.winehq.org/attachment.cgi?id=70624 output of test
I can confirm this bug is occurring with winehq-devel_6.16~hirsute-1. I used handler in firefox for "roblox-player" pointed to:
Roblox.sh #!/bin/bash WINEDEBUG=+cursor wine64 $HOME/.wine/drive_c/Program\ Files\ (x86)/Roblox/Versions/version-*/RobloxPlayerLauncher.exe "$@" &> blox.txt
When the right mouse button is pressed at line 1472 it grabs the clipping window at line 1482 but doesn't ungrab the clipping window until the window loses focus or is terminated.