[gatein-commits] gatein SVN: r3931 - portal/branches/branched-r3845/web/eXoResources/src/main/webapp/javascript/eXo/portal.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 25 07:28:01 EDT 2010


Author: phuong_vu
Date: 2010-08-25 07:28:00 -0400 (Wed, 25 Aug 2010)
New Revision: 3931

Modified:
   portal/branches/branched-r3845/web/eXoResources/src/main/webapp/javascript/eXo/portal/PortalDragDrop.js
Log:
GTNPORTAL-1384 Fix another case with IE : when drag object from UIPortalComposer (object is create newly), dragObject is not destroyed after dropped

Modified: portal/branches/branched-r3845/web/eXoResources/src/main/webapp/javascript/eXo/portal/PortalDragDrop.js
===================================================================
--- portal/branches/branched-r3845/web/eXoResources/src/main/webapp/javascript/eXo/portal/PortalDragDrop.js	2010-08-25 10:53:48 UTC (rev 3930)
+++ portal/branches/branched-r3845/web/eXoResources/src/main/webapp/javascript/eXo/portal/PortalDragDrop.js	2010-08-25 11:28:00 UTC (rev 3931)
@@ -32,7 +32,7 @@
  */
 
 PortalDragDrop.prototype.init = function(e) {
-	if (eXo.core.DragDrop.dndEvent  && eXo.core.DragDrop.dndEvent.clickObject == this){
+	if (eXo.core.DragDrop.dndEvent){
 		return;
 	}
 	



More information about the gatein-commits mailing list