#9766 closed defect (bug) (fixed)
Widgets erroneously sorted
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Widgets | Version: | 2.8 |
| Severity: | minor | Keywords: | has-patch tested commit |
| Cc: |
Description
The available widgets are currently listed by widget id_base (?), rather by their name.
Attachments (1)
Change History (5)
Denis-de-Bernardy — 4 years ago
- Keywords has-patch tested commit added
Good idea but it needs to use strnatcasecmp() and preferably work on a copy of the global array.
I'm happy with it either way, as long as widgets don't seem randomly ordered. ;-)
Thanks for having fixed it!
Note: See
TracTickets for help on using
tickets.

(In [11247]) Sort widgets by name case insensitive, fixes #9766