[richfaces-svn-commits] JBoss Rich Faces SVN: r3287 - in trunk: ui/drag-drop/src/main/templates/org/richfaces and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Oct 5 12:56:47 EDT 2007


Author: sergeyhalipov
Date: 2007-10-05 12:56:47 -0400 (Fri, 05 Oct 2007)
New Revision: 3287

Modified:
   trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js
   trunk/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1078

Modified: trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js
===================================================================
--- trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js	2007-10-05 15:58:55 UTC (rev 3286)
+++ trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js	2007-10-05 16:56:47 UTC (rev 3287)
@@ -36,7 +36,8 @@
 		    	}
 			}
 
-			if (this.mouseMoveProvidesButton && !Event.isLeftClick(event)) {
+			if (this.mouseMoveProvidesButton && !Event.isLeftClick(event) &&
+					RichFaces.navigatorType() != "MSIE") {
 				this.endDrag(event);
 			}
 		}

Modified: trunk/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx
===================================================================
--- trunk/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx	2007-10-05 15:58:55 UTC (rev 3286)
+++ trunk/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx	2007-10-05 16:56:47 UTC (rev 3287)
@@ -17,7 +17,8 @@
 		new org.ajax4jsf.javascript.DnDScript(),
 		/org/richfaces/renderkit/html/scripts/utils.js,
 		/org/richfaces/renderkit/html/scripts/json/json-dom.js,
-		/org/richfaces/renderkit/html/scripts/dnd/dnd-common.js,
+		/org/richfaces/renderkit/html/scripts/dnd/dnd-common.js,
+		/org/richfaces/renderkit/html/scripts/browser_info.js,
 		scripts/drag-indicator.js
 	</h:scripts>
 	<h:styles>/org/richfaces/renderkit/html/css/dragIndicator.xcss</h:styles>




More information about the richfaces-svn-commits mailing list