Bug 3623
Summary: | Sorting numbers and dates with javascript in a table produces wrong results | ||
---|---|---|---|
Product: | WebKit | Reporter: | tommyboy78 |
Component: | New Bugs | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joost de Valk (AlthA)
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
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 ***