wlc icon indicating copy to clipboard operation
wlc copied to clipboard

Highlighting works improperly when the pointer moves out of a window

Open Luminarys opened this issue 10 years ago • 2 comments

When highlighting text in a window, if the mouse either moves out of the window or crosses over another window, the pointer movement handler is no longer called on the, and events stop being passed to the window.

Luminarys avatar Aug 19 '15 01:08 Luminarys

It might be acceptable exception to lock pointer focus while "dragging", and send pointer events to that locked view.

Cloudef avatar Aug 19 '15 06:08 Cloudef

Yep, that would probably work well.

Luminarys avatar Aug 19 '15 14:08 Luminarys