Bug 3623

Summary: Sorting numbers and dates with javascript in a table produces wrong results
Product: WebKit Reporter: tommyboy78
Component: New BugsAssignee: Dave Hyatt <hyatt>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P3    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.kryogenix.org/code/browser/sorttable/

tommyboy78
Reported 2005-06-20 13:09:56 PDT
Clicking a column header sorts the column in question. The 'Name'-column works as intended but the other ones produce wrong results. Works correctly in Firefox, Opera and Win IE.
Attachments
Joost de Valk (AlthA)
Comment 1 2005-06-21 23:13:18 PDT
Probably related to 3622, adding relation, confirming that it works different then ffox. Making this one p3 and normal as well. Reporter: please do not switch any bug to p2 or major, leave that work to the QA :).
Anders Carlsson
Comment 2 2005-06-24 08:16:10 PDT
The code that gets the column to sort uses td.cellIndex which used to always return 0 (Bug 3295). When using TOT, this bug is gone. Marking as duplicate. *** This bug has been marked as a duplicate of 3295 ***
Note You need to log in before you can comment on or make changes to this bug.