Hybrid View
-
4 Mar 2013 12:57 AM #1
TreePanel dont fire itemmove event on Drag'n'Drop
TreePanel dont fire itemmove event on Drag'n'Drop
subjectCode:Ext.widget("window", { autoShow: true, width: 320, height: 240, layout: "fit", items: [{ xtype: "treepanel", viewConfig: { plugins: [{ptype: "treeviewdragdrop"}] }, rootVisible: false, store: Ext.create("Ext.data.TreeStore", { root: { children: [{ "text": "1", leaf: true }, { "text": "2", leaf: true }], expanded: true } }), listeners: { itemmove: function () { console.log("I never get there"); } } }] });
-
4 Mar 2013 2:41 AM #2
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-8951
in
4.2.0 Sprint 4 (GA).


Reply With Quote