Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

MQ menu value sorting #182

Closed
benedfit opened this issue Apr 22, 2014 · 2 comments
Closed

MQ menu value sorting #182

benedfit opened this issue Apr 22, 2014 · 2 comments
Assignees
Labels

Comments

@benedfit
Copy link

While building the .NET version I noticed that the sorting of the MQ menu is alphanumeric rather then numeric.

Which can result in output such as:

<li><a href="#">100em</a></li>
<li><a href="#">10em</a></li>
<li><a href="#">17em</a></li>
<li><a href="#">1em</a></li>

I've handle this in the .NET version by sorting on the parsed values as doubles. Wondered if you wanted to do the same?

@dmolsen dmolsen added the bug label Apr 22, 2014
@dmolsen dmolsen self-assigned this Apr 22, 2014
@dmolsen
Copy link
Member

dmolsen commented Apr 22, 2014

noted. thanks :)

@dmolsen
Copy link
Member

dmolsen commented May 1, 2014

Fixed in dev.

@dmolsen dmolsen closed this as completed May 1, 2014
@dmolsen dmolsen mentioned this issue Jun 21, 2014
62 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants