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 513046 - Allow to drag-drop to a notebook more than one note at a time
Allow to drag-drop to a notebook more than one note at a time
Status: RESOLVED FIXED
Product: tomboy
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
: 523764 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-01-30 09:47 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2008-03-26 15:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Override ButtonPressEvent to prevent Gtk.TreeView from screwing up multi select drag and drop. (14.08 KB, patch)
2008-02-23 16:17 UTC, Boyd Timothy
committed Details | Review

Description Diego Escalante Urrelo (not reading bugmail) 2008-01-30 09:47:53 UTC
Using tomboy 0.9.4 in hardy,

In the search all notes window, if you start sorting your notes in notebooks you will find that you can control+click 2 or 3 notes and then try to drag them all to a notebook, selection is lost and only one is selected if you try to do that.

I would expect being able to drag all the selected notes to the desired notebook.

Tomboy rocks</fanboyism>
Comment 1 Boyd Timothy 2008-01-30 15:57:30 UTC
Thanks for the report.  This is a deficiency in the stock Gtk TreeView and drag and drop.  Banshee has some code that we need to copy to make this possible.
Comment 2 Boyd Timothy 2008-02-23 16:17:30 UTC
Created attachment 105825 [details] [review]
Override ButtonPressEvent to prevent Gtk.TreeView from screwing up multi select drag and drop.

Committed to SVN Trunk (r1891).
Comment 3 Boyd Timothy 2008-03-26 15:11:05 UTC
*** Bug 523764 has been marked as a duplicate of this bug. ***