Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / examples / ux / DataView-more.js
index bc1edf5..a004d34 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * Ext JS Library 3.0.0
- * Copyright(c) 2006-2009 Ext JS, LLC
+ * Ext JS Library 3.1.1
+ * Copyright(c) 2006-2010 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
@@ -101,6 +101,9 @@ Ext.DataView.DragSelector = function(cfg){
         if(!proxy){\r
             proxy = view.el.createChild({cls:'x-view-selector'});\r
         }else{\r
+            if(proxy.dom.parentNode !== view.el.dom){\r
+                view.el.dom.appendChild(proxy.dom);\r
+            }\r
             proxy.setDisplayed('block');\r
         }\r
         fillRegions();\r