Bugzilla – Bug 8218
factory test menu items being sorted in CustomizeHomeApplet incorrectly
Last modified: 2008-05-23 15:18:05 UTC
factory test menu items aren't sorted by weight, so that might be it. also need to look at whether the complex weight sort works for trees that deep.
There are many items in Settings->Advanced with a weight of 100, including Factory Test, which has subitems. The new complexWeight sort algorithm doesn't discriminate on the weights of these items, therefore sorts the subitems of Factory test below the lowest 100 weight item, which is "Wireless Region". The quick workaround for this would be to set the weight of Factory Test to 101, which would drop it down to the bottom of the menu next to Factory Reset. But the bug still remains...really not sure how this can be solved.
r2525 works around the immediate issue by weighting Factory Test so its lower than the other 100-weight items in Advanced Settings. leaving open, targetted to future for fixing the underlying complexWeight sort issue as described in comment #1