X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/DataView-more.html diff --git a/docs/source/DataView-more.html b/docs/source/DataView-more.html index 4d3800fe..807d98e0 100644 --- a/docs/source/DataView-more.html +++ b/docs/source/DataView-more.html @@ -1,10 +1,10 @@ - - - The source code - - - - + + + The source code + + + +
/** * @class Ext.DataView.LabelEditor * @extends Ext.Editor @@ -102,6 +102,9 @@ Ext.DataView.DragSelector = function(cfg){ if(!proxy){ proxy = view.el.createChild({cls:'x-view-selector'}); }else{ + if(proxy.dom.parentNode !== view.el.dom){ + view.el.dom.appendChild(proxy.dom); + } proxy.setDisplayed('block'); } fillRegions(); @@ -155,6 +158,6 @@ Ext.DataView.DragSelector = function(cfg){ }); tracker.initEl(view.el); } -};
- +}; + \ No newline at end of file