Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#9766 closed defect (bug) (fixed)

Widgets erroneously sorted

Reported by: Denis-de-Bernardy 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)

9766.diff (1.2 KB) - added by Denis-de-Bernardy 4 years ago.

Download all attachments as: .zip

Change History (5)

  • Keywords has-patch tested commit added
  • Resolution set to fixed
  • Status changed from new to closed

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

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.