Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort groups of divergent elements by their key first ignoring case, then preserving it #2861

Merged
merged 2 commits into from Feb 17, 2023

Conversation

ilya-g
Copy link
Member

@ilya-g ilya-g commented Feb 15, 2023

Currently, sorting groups just by name leads to the following order:

  • getElementNS
  • getElementName

which is inconsistent with the sorting order in the navigation bar.

After this change, the order will be:

  • getElementName
  • getElementNS

but if we add getElementNs to that, it would be strictly after getElementNS

@ilya-g ilya-g force-pushed the ig/group-sorting branch 2 times, most recently from d3ac5f2 to 12b71bf Compare February 15, 2023 02:56
Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find! Didn't even think of that

Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants