The mouse button release signal is not called after moving the surface
After moving the surface, the button release signal is not called because move_grab_button and shell_grab_end don't transfer it to the client. Please refer to the codes. And same situation can be seen during resizing or rotating the surface. So the client doesn't know the mouse has been released.
There is an issue regarding this on chromium. link
Can I manage this issue by transferring the release signal from the shell_grab_end function?
Edited by Hyomin Kim