GNOME Bugzilla – Bug 734143
Cannot drag files from the filechooser anymore
Last modified: 2014-08-11 18:19:00 UTC
1) open gedit 2) open file file chooser 3) drag files from the file chooser to the gedit window it works in 3.12 and does not work anymore on master Not sure if it is an intentional design change or a fallout from the gesture stuff
looks like an interaction between dnd, multi-selection and rubberbanding ?
Created attachment 283123 [details] [review] treeview: Check the selected node active flag before maybe starting rubberband This check used to be present in the pre-gestures code, but was unintentionally removed when splitting code into drag/multiclick gestures. The policy used to be that if clicking happened on an already selected node, DnD would happen instead of rubberband selection, so this behavior is resuscitated.
Review of attachment 283123 [details] [review]: ok, thanks
Attachment 283123 [details] pushed as b56f5ce - treeview: Check the selected node active flag before maybe starting rubberband