Enerccio / ewlc

Wayland compositor library - extended
MIT License
20 stars 3 forks source link

Highlighting works improperly when the pointer moves out of a window #32

Open WLCIssuesBot opened 7 years ago

WLCIssuesBot commented 7 years ago

Issue by Luminarys Wednesday Aug 19, 2015 at 01:13 GMT Originally opened as https://github.com/Cloudef/wlc/issues/50


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.

WLCIssuesBot commented 7 years ago

Comment by Cloudef Wednesday Aug 19, 2015 at 06:57 GMT


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

WLCIssuesBot commented 7 years ago

Comment by Luminarys Wednesday Aug 19, 2015 at 14:11 GMT


Yep, that would probably work well.