After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763036 - file-chooser: cannot drag selected item
file-chooser: cannot drag selected item
Status: RESOLVED DUPLICATE of bug 758065
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2016-03-03 10:30 UTC by Razvan Chitu
Modified: 2017-08-14 22:55 UTC
See Also:
GNOME target: 3.20
GNOME version: ---



Description Razvan Chitu 2016-03-03 10:30:50 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.
Comment 1 André Klapper 2016-03-04 10:29:12 UTC
Which GTK+ version is this report about?
Comment 2 Razvan Chitu 2016-03-04 12:48:48 UTC
(In reply to André Klapper from comment #1)
> Which GTK+ version is this report about?

I noticed this in the master branch.
Comment 3 André Klapper 2017-07-29 14:23:53 UTC
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 ***
Comment 4 Daniel Boles 2017-08-14 22:55:40 UTC
Ugh, dragging only works in single-selection mode anyway, since multi-select treats it as drawing a selection rectangle.