Description
I moved this from inside another issue, as I misread what the original problem was.
here's my scenario.
table contains multiple columns, with a checkbox in the first. checkbox has an onchange event handler associated with each cb.
table is contained in a div with the data-toggle="checkboxes" data-range="true".
using bootstrap, jquery, jquery ui, tablesorter, and checkboxes.
i click on the first box. press the shift key and click on the bottom of the range.
the event handler for the first box fires. the handler for the bottom box of the range fires. all the intermediate boxes are changed, but the handler for them do not fire.
it is repeatable. in firefox, chrome, and IE.
I have tested it without the tablesorter and got rid of as much extra as i can. didn't make any difference
any suggestions?