Tag groups on /t page are not displayed in alphabetical order
#8039
Unanswered
HAZET-WERK
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
On the Tags page (
/t), the tag groups in the left navigation are not displayed in alphabetical order.The tags within each group appear to be sorted correctly, but the letter groups themselves are not.
Environment
Steps to reproduce
/t).Actual behavior
The letter groups are displayed in a non-alphabetical order.
Example:
The tags inside each individual letter group appear to be correct.
Expected behavior
The letter groups should always be displayed alphabetically, for example:
(or according to the locale-specific collation rules used by Wiki.js).
Notes
The issue only affects the order of the letter groups in the sidebar.
The individual tags within each group appear to be ordered correctly.
The generated DOM already contains the incorrect group order, so this does not appear to be a browser rendering issue.
I could not find an existing bug report describing this behaviour.
If required, I can also provide the generated HTML/DOM from the affected page.
All reactions