Author: konstantin.mishin
Date: 2011-03-03 10:09:48 -0500 (Thu, 03 Mar 2011)
New Revision: 22036
Modified:
branches/4.0.X/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/extendedDataTable.js
Log:
RF-9548 Reviewer: Ilya Shaikovsky
Modified:
branches/4.0.X/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/extendedDataTable.js
===================================================================
---
branches/4.0.X/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/extendedDataTable.js 2011-03-03
14:28:19 UTC (rev 22035)
+++
branches/4.0.X/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/extendedDataTable.js 2011-03-03
15:09:48 UTC (rev 22036)
@@ -419,7 +419,7 @@
},
beginReorder: function(event) {
- if (!jQuery(event.currentTarget).is("a, img, :input")) {
+ if (!jQuery(event.target).is("a, img, :input")) {
this.idOfReorderingColumn = event.currentTarget.className.match(new
RegExp(WIDTH_CLASS_NAME_BASE + "([^\\W]*)"))[1];
jQuery(document).bind("mousemove", jQuery.proxy(this.reorder, this));
this.headerCells.bind("mouseover", jQuery.proxy(this.overReorder, this));
Show replies by date