GNOME Bugzilla – Bug 672152
Selection mode should be single-click
Last modified: 2016-03-31 13:59:27 UTC
Switch to selection mode Click on a box Click on a 2nd box Expected result: both boxes are selected Current result: only box #2 is selected
(In reply to comment #0) > Switch to selection mode > Click on a box > Click on a 2nd box > > Expected result: > both boxes are selected > > Current result: > only box #2 is selected Seems we are relying on Gtk+ for this so it works only if you press ctrl while clicking.
Created attachment 216014 [details] [review] Selection mode should be single-click Pretend the MODIFY_SELECTION modifier is pressed (fake a Ctrl-pressed for example) to allow simple-click selection. I wonder if this is really GNOME HIG compliant, but gnome-documents seems to also do simple-click selection in collection view, although it seems to use a different selection mechanism..
Review of attachment 216014 [details] [review]: If it works, sure. :) Possible typo in commit log btw: "simple-click" -> "single-click"?
Attachment 216014 [details] pushed as 337eed2 - Selection mode should be single-click