Ticket #1179 (new defect)
drag-and-drop with IconViews doesn't work with empty destination store
| Reported by: | guest | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.1 |
| Component: | general (Gtk+, Glib) | Version: | 0.10.1 |
| Keywords: | drag-and-drop, ListStore, IconView, TreeView | Cc: | baggins613@… |
Description
It seems that dragging and dropping something into a model backed by an empty store does not work: no new element is added to the store. Using some printouts, it seems that the handlers in DragDestIface? are not even being called. Maybe I'm doing something wrong?
As long as the destination store has something in it when the drop happens, the new element will be added.
I've reproduced this behavior in 2 small test cases, using IconViews? and TreeViews? as the model, and with a ListStore? as the backing store.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.