[Kimchi-devel] [PATCH] Issue #293: Resizing Issue When There Are Multiple Grids

Hongliang Wang hlwang at linux.vnet.ibm.com
Mon Dec 30 08:05:10 UTC 2013


Resizing function corrupts when there are more than one kimchi.widget.Grid
instances in a page.

Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
---
 ui/js/src/kimchi.grid.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/js/src/kimchi.grid.js b/ui/js/src/kimchi.grid.js
index 6e5f1fe..022c4f5 100644
--- a/ui/js/src/kimchi.grid.js
+++ b/ui/js/src/kimchi.grid.js
@@ -308,6 +308,7 @@ kimchi.widget.Grid = function(params) {
             left - leftmostOffset
         );
         fixTableLayout();
+        columnBeingResized = null;
     };
 
     var resizeColumnWidth = function(index, width) {
-- 
1.8.1.4




More information about the Kimchi-devel mailing list