From 262e455663c0daae7262461a443b3d0ab411df76 Mon Sep 17 00:00:00 2001 From: "Justin F. Hallett" Date: Mon, 10 Jun 2013 09:32:26 -0600 Subject: [PATCH] Not sure why, but this code breaks html5Numeric Just commenting it out for now, I want to figure out why it's actually updating wrong and fix it but rather then releasing something broken till then commenting it out allows things to function again. --- js/jquery.tablesorter.widgets-filter-formatter.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/js/jquery.tablesorter.widgets-filter-formatter.js b/js/jquery.tablesorter.widgets-filter-formatter.js index 81d14e6b..de6f0e18 100644 --- a/js/jquery.tablesorter.widgets-filter-formatter.js +++ b/js/jquery.tablesorter.widgets-filter-formatter.js @@ -603,9 +603,11 @@ $.tablesorter.filterFormatter = { }); // hidden filter update (.tsfilter) namespace trigger by filter widget - $cell.find('input[type=hidden]').bind('change.tsfilter', function(){ - updateNumber( this.value ); - }); + // FIXME TheSin, Not sure why but this breaks updates + // Commenting out till it's fixed. + //$cell.find('input[type=hidden]').bind('change.tsfilter', function(){ + // updateNumber( this.value ); + //}); // has sticky headers? c.$table.bind('stickyHeadersInit', function(){