[
https://issues.jenkins-ci.org/browse/JENKINS-8860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159448#comment-159448
]
Rob Hruska commented on JENKINS-8860:
-------------------------------------
@evernat - We've got Jenkins 1.451 installed and the issue is still present.
The list sill shows all uppercase projects first followed by all lowercase
projects, each portion itself sorted alphabetically.
I tried creating a new lowercase-named view to see if it would insert it into
the uppercase portion (in case the list was static and only updated when items
were inserted), but the new lowercase view was displayed in the lowercase
portion with the rest of the lowercase views.
> Views select list sorting should be case-insensitive
> ----------------------------------------------------
>
> Key: JENKINS-8860
> URL: https://issues.jenkins-ci.org/browse/JENKINS-8860
> Project: Jenkins
> Issue Type: Bug
> Components: core
> Affects Versions: current
> Reporter: Rob Hruska
> Priority: Minor
>
> In the views select list, the sort order is currently case-sensitive. For
> example, the following entries would currently be sorted:
> Alpha
> Beta
> Gamma
> aardvark
> gorilla
> Where the ideal sorting would be:
> aardvark
> Alpha
> Beta
> Gamma
> gorilla
> The list should have a natural sort order that is case insensitive.
> It should be noted that case-insensitive ordering is Jenkins' behavior by
> default when displaying tabs, so the current behavior of the select list
> differs from that of Jenkins. Ultimately, the sorting should match how
> Jenkins orders the tabs when the plugin is not installed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira