You can open a ticket in lighthouse: http://mootools.lighthouseapp.com/projects/24057-mootoolsmore/
If you help us debug and fix the problem, that's super-duper awesome (and will help ensure the fix is in the next release). But telling you how to do that would mean doing that work myself, and then the bug is fixed... You just have to go into the code and rework it. I don't think you need a new parser here, but rather to change the way the parsed data is used for sorting. If you can't figure it out, that's ok. Just open the ticket (and include the mooshell!). On Thu, Mar 4, 2010 at 9:44 AM, Ryan J. Salva <[email protected]> wrote: > I think I may have uncovered a possible bug with HtmlTable.sort when > the column contains empty values. > > http://mootools.net/shell/W4CMV/2/ > > To reproduce, simply try sorting any of the "Number/String/Mixed with > empties" columns. Not only are the blank values interspersed with the > value rows, but sorting multiple times produces different results. > > Is this a bug or expected behavior? Any suggestions on the appropriate > path for debugging this issue? It seems like the solution would be a > new parser, but I must admit that I don't quite understand how each > parser returns a value that implies row order. > > Any help would be greatly appreciated. Thanks! > rjs >
