[jQuery] Tablesorter - Sorting bug on long table?

[jQuery] Tablesorter - Sorting bug on long table?


Having a weird issue on tables that are longer than the scroll of the screen.
The table will sort descending but then wont resort ascending.
This is what I am getting back from firebug when I click on a column to
sort.
Sorting on 0,0 and dir 0 time:,13ms
Rebuilt table:,11ms
Sorting on 0,1 and dir 1 time:,2ms
Rebuilt table:,9ms
When I click again I get a similar response and the table is still sorting
descending.
Sorting on 0,0 and dir 0 time:,1ms
Rebuilt table:,9ms
Sorting on 0,1 and dir 1 time:,3ms
Rebuilt table:,6ms
The sorting works fine on smaller tables (within the viewport).
I can get these tables to sort ascending again if I SHIFT click the column
but thats not really the default behavior.
Any ideas?
Thanks for any insight,
Tony
--
View this message in context: http://www.nabble.com/Tablesorter---Sorting-bug-on-long-table--tp19924164s27240p19924164.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.