]> source.dussan.org Git - tigervnc.git/commit
VNCSConnectionST: Release mouse button(s) on close 1717/head
authorMike Looijmans <mike.looijmans@topic.nl>
Thu, 11 Jan 2024 10:16:27 +0000 (11:16 +0100)
committerMike Looijmans <mike.looijmans@topic.nl>
Mon, 15 Jan 2024 12:33:56 +0000 (13:33 +0100)
commit986280b382d57ef4f68d2d4afb13b26772e5acb0
treef577ffdefed4fff923f17cc25c4cbba1b54421a0
parent7ad74d14160028fd709f595e9441c369cc4cd17e
VNCSConnectionST: Release mouse button(s) on close

When the connection is severed, release all mouse buttons.

This fixes an issue with x0vncserver where the local display
would stop responding to mouse events if the connection closes
while the remote user was holding down a mouse button.

To reproduce, start a VNC client, press and hold a mouse button
and then kill the connection (e.g. close client, kill server,
yank network cable). This caused the local screen to no longer
respond to any mouse-down events until a VNC client reconnects
and clicks anywhere.

This may inject a "mouse release" event while closing, however,
if you click on your screen and then yank the mouse cable, a mouse
release event also would not come unexpectedly, so the cure's
side effects aren't as bad as the disease.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
common/rfb/VNCSConnectionST.cxx