GNOME Bugzilla – Bug 763036
file-chooser: cannot drag selected item
Last modified: 2017-08-14 22:55:40 UTC
In the file-chooser widget, when you click an already selected file, it treats the action as a double click. This makes it impossible to drag an already selected item. The only solution I found was first deselecting the item. I suppose this is not the intended way to do it.
Which GTK+ version is this report about?
(In reply to André Klapper from comment #1) > Which GTK+ version is this report about? I noticed this in the master branch.
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 758065 ***
Ugh, dragging only works in single-selection mode anyway, since multi-select treats it as drawing a selection rectangle.