Closed (fixed)
Project:
Module Filter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2010 at 02:33 UTC
Updated:
26 Mar 2011 at 17:51 UTC
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
Comment #1
greenskin commentedWhen 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.
Comment #2
greenskin commentedFixed in 6.x dev.
Comment #3
greenskin commented