GNOME Bugzilla – Bug 745134
Weird behavior if Shift is released while highlighting
Last modified: 2015-02-27 11:41:13 UTC
Enable mouse mode (1002). Start a selection by holding Shift down when clicking. While dragging the mouse, at some point release Shift and continue dragging. The selection is no longer extended. Instead, motion mouse events (without click or release events) are sent to the apps. I believe we should only check for Shift when clicking (this is what we do for Ctrl, and this is what xterm does too). If we started a selection, we should remain in this mode even if the user releases Shift in the mean time.
Created attachment 297916 [details] [review] Fix
Created attachment 298006 [details] [review] Fix v2 Fix v2, it's simpler on top of bug 745131's fix v2.
Fixed