-
3 Feb 2012 9:28 AM #11
I become crazy, still does not see why event is still propagated.
Is it a known bug or am i missing something ?
I tried
but still have no effect.Code:onContainerDrop:function ( source, e, data ){ e.stopEvent(); e.stopPropagation(); e.preventDefault(); e.cancelBubble = true; this.onNodeDrop(e.target, source, e, data); },


Reply With Quote