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 743451 - Drag and drop on GtkFileChooserButton doesn't work
Drag and drop on GtkFileChooserButton doesn't work
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2015-01-24 20:01 UTC by Kai Willadsen
Modified: 2015-01-30 02:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple test case (384 bytes, text/x-python)
2015-01-24 20:01 UTC, Kai Willadsen
Details

Description Kai Willadsen 2015-01-24 20:01:50 UTC
Created attachment 295343 [details]
Simple test case

After creating a GtkFileChooserButton, dropping a file on it (e.g., from Nautilus) doesn't set the selected path. It would make sense to do this, and looking at the code, it looks like it definitely tries.

When a path is dropped on the button, the 'file-set' signal is emitted, but no file is actually set.

Simple reproduction script attached. Just DND a file from nautilus to the button.