It appears that the functionality of List.sortBy is semi-browser dependent when the sorting function is a partial ordering.
My current version of Firefox sorts according to the partial order, and within ties, maintains the order from the original list. However, user reports have been that some other browsers sort according to the partial order and apply arbitrary order within ties, which is obviously problematic. Is there a way around this and could a work-around be added to the library? Mark -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
