tablesorter/js
fire-wally 53de5b83e0 Fix scroller_barWidth issue on iOS
This change fixes an issue where the last column header gets cut off on MobileSafari (possibly other mobile browsers?). 

MobileSafari doesn't allocate horizontal space for the vertical scollbar of vertically-scrolling regions, so the getBarWidth() function correctly returns 0 on iOS. The previous expression of (tsScroller.getBarWidth() || 15) incorrectly evaluates that 0 as "falsy" and sets scroller_barSetWidth to 15, which cuts off the last column header. This change explicitly tests for a null result from tsScroller.getBarWidth() and only applies 15px in that case 

I also expanded that section of code a little bit and modified the comment to make it more clear what's going on
2015-10-28 14:33:44 -05:00
..
extras Global: call internal functions directly; stop using trigger 2015-10-22 16:41:34 -05:00
parsers Parser: Globalize parser now allows a different language per column 2015-10-26 10:56:01 -05:00
widgets Fix scroller_barWidth issue on iOS 2015-10-28 14:33:44 -05:00
jquery.tablesorter.combined.js Grunt: update build files 2015-10-27 17:01:07 -05:00
jquery.tablesorter.js Core: Fix parser detect of columns that don't exist due to colspan 2015-10-27 20:45:27 -05:00
jquery.tablesorter.widgets.js Grunt: update build files 2015-10-27 17:01:07 -05:00