Activity log for bug #274323

Date Who What changed Old value New value Message
2008-09-25 09:32:27 Graham Binns bug added bug
2008-09-25 09:33:12 Graham Binns description If you try to sort https://edge.launchpad.net/ubuntu/+upstreamreport by one of the % columns, which are floating-point, numbers, you get an order something like this: 6.67 0.00 ... 0.52 3.08 11.43 5.15 ... Which is obviously wrong. This might be a bug in sorttables.js's handling of floating-point numbers. If you try to sort https://edge.launchpad.net/ubuntu/+upstreamreport by one of the % columns, which are floating-point numbers, you get an order something like this: 6.67 0.00 ... 0.52 3.08 11.43 5.15 ... Which is obviously wrong. This might be a bug in sorttables.js's handling of floating-point numbers.
2008-09-25 09:33:40 Graham Binns malone: status New Triaged
2008-09-25 09:33:40 Graham Binns malone: importance Undecided Medium
2008-09-25 09:33:40 Graham Binns malone: statusexplanation
2008-09-25 12:43:50 Graham Binns malone: status Triaged In Progress
2008-09-25 12:43:50 Graham Binns malone: assignee gmb
2008-09-25 12:43:50 Graham Binns malone: milestone 2.1.10
2008-09-30 20:41:36 Graham Binns description If you try to sort https://edge.launchpad.net/ubuntu/+upstreamreport by one of the % columns, which are floating-point numbers, you get an order something like this: 6.67 0.00 ... 0.52 3.08 11.43 5.15 ... Which is obviously wrong. This might be a bug in sorttables.js's handling of floating-point numbers. If you try to sort https://edge.launchpad.net/ubuntu/+upstreamreport by one of the % columns, which are floating-point numbers, you get an order something like this: 6.67 0.00 ... 0.52 3.08 11.43 5.15 ... Which is obviously wrong. The bug appears to be due to the fact that some rows have cells which span two or more columns, mucking up the javascript searching. The quickest way to fix this is to do the searching server-side rather than client side.
2008-09-30 20:41:36 Graham Binns title JavaScript sorting on upstream report is a bit wacky for floating-point columns JavaScript sorting on upstream report is a broken
2008-09-30 20:44:37 Graham Binns title JavaScript sorting on upstream report is a broken JavaScript sorting on upstream report is broken
2008-10-22 08:11:03 Graham Binns malone: milestone 2.1.10 2.1.11
2008-11-20 10:17:08 Björn Tillenius malone: milestone 2.1.11 2.1.12
2008-11-24 20:46:24 Graham Binns malone: status In Progress Fix Committed
2008-11-24 20:46:24 Graham Binns malone: statusexplanation Finally landed in r7326. Let joy be unconfined and all that.
2008-12-18 10:39:22 Graham Binns malone: status Fix Committed Fix Released