Side navigation
#3478 closed bug (invalid)
Opened October 13, 2008 07:50PM UTC
Closed October 14, 2008 05:02PM UTC
Tablesorter - Table re sorts improperly on long table
Reported by: | strummer75 | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | tablesorter | Cc: | |
Blocked by: | Blocking: |
Description
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.
Attachments (0)
Change History (1)
Changed October 14, 2008 05:02PM UTC by comment:1
component: | unfilled → plugin |
---|---|
resolution: | → invalid |
status: | new → closed |
This trac is for jQuery's core and a few official plugins. Contact the plugin owner directly.