ORIGINAL: ny59giants
Sorting by various numbers whether it be by ID number, delay, or other factors, the WitPTracker does so by the first number, not in chronological order. I was just looking at LCU Production and when you sort by "delay" if the first digit is a 1, then all those with a "delay" of 1, 17, 153, 1201 (as examples) come up first then 2's, etc..
It makes sorting in a chronological or in sequence impossible and that column useless unless you go through it manually (which defeats some of the purpose of WitPTracker).
Yeah, I was supposed to fix that and forgot.. [8|] This is a common problem with trying to sort numbers using an ASCII sort (which is what Java is doing here).
It'll be at the top of my list for 1.1.1 [:D]