tablesorter/js/widgets
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
..
widget-alignChar.js Build: Add jscs checking & fix style issues 2015-07-22 23:29:51 -05:00
widget-build-table.js Overall: update debug logging to use console 2015-07-24 18:23:00 -05:00
widget-chart.js Chart: fix chart_layout column indexing 2015-10-19 22:09:59 -05:00
widget-columns.js Build: Add jscs checking & fix style issues 2015-07-22 23:29:51 -05:00
widget-columnSelector.js ColumnSelector: Extra rows & colspans now supported in thead & tfoot. Fixes #501 2015-10-27 11:45:43 -05:00
widget-cssStickyHeaders.js Build: add combined file with selected widgets & parsers. See #855 2015-03-28 15:03:50 -05:00
widget-editable.js Global: call internal functions directly; stop using trigger 2015-10-22 16:41:34 -05:00
widget-filter-formatter-html5.js Build: Add jscs checking & fix style issues 2015-07-22 23:29:51 -05:00
widget-filter-formatter-jui.js Build: Add jscs checking & fix style issues 2015-07-22 23:29:51 -05:00
widget-filter-formatter-select2.js Build: Add jscs checking & fix style issues 2015-07-22 23:29:51 -05:00
widget-filter-type-insideRange.js Build: Add jscs checking & fix style issues 2015-07-22 23:29:51 -05:00
widget-filter.js Filter: prevent error in formatterUpdated. Fixes #1056 2015-10-27 07:24:00 -05:00
widget-formatter.js Build: Add jscs checking & fix style issues 2015-07-22 23:29:51 -05:00
widget-grouping.js Group: Improve compatibility with jQuery Globalize 2015-10-25 20:10:43 -05:00
widget-headerTitles.js Core & headerTitles: internalize sort counter & fix spanned sorts 2015-10-21 11:03:14 -05:00
widget-lazyload.js Lazyload: add lazyload widget 2015-10-25 19:52:32 -05:00
widget-math.js Global: call internal functions directly; stop using trigger 2015-10-22 16:41:34 -05:00
widget-output.js Output: do not include nested table headers with parent. Fixes #1040 2015-10-12 07:32:07 -05:00
widget-pager.js Pager: destroyPager reveals all rows. Fixes #1055 2015-10-27 17:31:50 -05:00
widget-print.js Print: Add print delay; allows browser to render print preview 2015-10-17 09:37:56 -05:00
widget-reflow.js Build: Add jscs checking & fix style issues 2015-07-22 23:29:51 -05:00
widget-repeatheaders.js RepeatHeaders: use selectorRemove option setting 2015-05-24 10:44:52 -05:00
widget-resizable.js Build: Add jscs checking & fix style issues 2015-07-22 23:29:51 -05:00
widget-saveSort.js Global: call internal functions directly; stop using trigger 2015-10-22 16:41:34 -05:00
widget-scroller.js Fix scroller_barWidth issue on iOS 2015-10-28 14:33:44 -05:00
widget-sort2Hash.js Overall: set jsHint "undef" & "unused" options. Fixed issues 2015-07-28 15:57:01 -05:00
widget-sortTbodies.js Global: call internal functions directly; stop using trigger 2015-10-22 16:41:34 -05:00
widget-staticRow.js Global: call internal functions directly; stop using trigger 2015-10-22 16:41:34 -05:00
widget-stickyHeaders.js Filter & stickyHeaders: hideFilters applies to stickyHeaders again. Fixes #1050 2015-10-18 13:21:55 -05:00
widget-storage.js Overall: set jsHint "undef" & "unused" options. Fixed issues 2015-07-28 15:57:01 -05:00
widget-uitheme.js Overall: update debug logging to use console 2015-07-24 18:23:00 -05:00
widget-view.js View: cleanup & merge 2015-10-26 12:16:52 -05:00