Hey

When using tabs, some modules don't properly sort alphabetically, like various jQuery modules.

This a bug? or is Module filter sorting by names and then weights or something?

I think sorting just by name would be preferable.

Comments

greenskin’s picture

Assigned: Unassigned » greenskin

When using tabs, Module Filter orders all the modules alphabetically when generating the page. Essentially one long table of modules in alphabetical order. When filtering, Module Filter simply looks through each row in the table to decide whether it's module matches the filter then shows/hides it.

Apparently PHP's ksort function is case sensitive.

greenskin’s picture

Version: 6.x-1.5 » 6.x-1.x-dev
Status: Active » Fixed

Fixed in 6.x dev.

greenskin’s picture

Assigned: greenskin » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.