Author: sergeyhalipov
Date: 2007-10-05 13:06:42 -0400 (Fri, 05 Oct 2007)
New Revision: 3288
Modified:
branches/3.1.x/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js
branches/3.1.x/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1078
Modified:
branches/3.1.x/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js
===================================================================
---
branches/3.1.x/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js 2007-10-05
16:56:47 UTC (rev 3287)
+++
branches/3.1.x/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js 2007-10-05
17:06:42 UTC (rev 3288)
@@ -36,7 +36,8 @@
}
}
- if (this.mouseMoveProvidesButton && !Event.isLeftClick(event)) {
+ if (this.mouseMoveProvidesButton && !Event.isLeftClick(event) &&
+ RichFaces.navigatorType() != "MSIE") {
this.endDrag(event);
}
}
Modified:
branches/3.1.x/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx
===================================================================
---
branches/3.1.x/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx 2007-10-05
16:56:47 UTC (rev 3287)
+++
branches/3.1.x/ui/drag-drop/src/main/templates/org/richfaces/htmlDragIndicator.jspx 2007-10-05
17:06:42 UTC (rev 3288)
@@ -18,6 +18,8 @@
/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/browser_info.js,
+
scripts/drag-indicator.js
</h:scripts>
<h:styles>/org/richfaces/renderkit/html/css/dragIndicator.xcss</h:styles>