Bug 3623 - Sorting numbers and dates with javascript in a table produces wrong results
Summary: Sorting numbers and dates with javascript in a table produces wrong results
Status: RESOLVED DUPLICATE of bug 3295
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Dave Hyatt
URL: http://www.kryogenix.org/code/browser...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-20 13:09 PDT by tommyboy78
Modified: 2005-06-24 08:16 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tommyboy78 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.
Comment 1 Joost de Valk (AlthA) 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 :).
Comment 2 Anders Carlsson 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 ***