Closed
Bug 225424
Opened 22 years ago
Closed 22 years ago
The View/Apply Theme menu of available themes should be sorted alphabetically
Categories
(Core Graveyard :: Skinability, enhancement)
Core Graveyard
Skinability
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.6beta
People
(Reporter: Ilka_Stromberg, Assigned: malcolm-bmo)
Details
Attachments
(1 file)
2.17 KB,
patch
|
neil
:
review+
alecf
:
superreview+
asa
:
approval1.6b+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5) Gecko/20031007
The View/Apply Theme menu of available themes should be sorted alphabetically.
In this day an age any "list" should be sorted in some sort of sequence so that
what the user is looking for can be found quickly.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Confirmed. To be more specific, both the View > Apply Theme menu and the Themes
preferences panel are in the same, arbitrary order (other than Classic always
being first). As an example, here's the menu as it appears now on my machine, I
just grabbed some random themes to test with.
Classic
American 1.5b
Modern
Toy Factory 1.5b+
Pinball
Assignee: general → skinability
Status: UNCONFIRMED → NEW
Component: Browser-General → Skinability
Ever confirmed: true
OS: other → All
Hardware: PC → All
![]() |
Assignee | |
Comment 2•22 years ago
|
||
-> me (I have a patch, will attach in a few hours)
Assignee: skinability → malcolm-bmo
![]() |
Assignee | |
Updated•22 years ago
|
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 3•22 years ago
|
||
![]() |
Assignee | |
Comment 4•22 years ago
|
||
Comment on attachment 135465 [details] [diff] [review]
Sort the theme names in the View/Apply and preferences windows
Requesting review. There's a similar change in Firebird, but I'll attach that
to a separate bug.
Attachment #135465 -
Flags: superreview?(alecf)
Attachment #135465 -
Flags: review?(neil.parkwaycc.co.uk)
![]() |
Assignee | |
Comment 5•22 years ago
|
||
(The Firebird bug is bug 225669.)
![]() |
Assignee | |
Updated•22 years ago
|
Target Milestone: --- → mozilla1.6beta
Comment 6•22 years ago
|
||
Comment on attachment 135465 [details] [diff] [review]
Sort the theme names in the View/Apply and preferences windows
>- <menupopup id="theme" datasources="rdf:chrome" ref="urn:mozilla:skin:root" oncommand="applyTheme(event.target)" onpopupshowing="checkTheme()">
>+ <menupopup id="theme" datasources="rdf:chrome" ref="urn:mozilla:skin:root" oncommand="applyTheme(event.target)" onpopupshowing="checkTheme()"
>+ sortResource="http://www.mozilla.org/rdf/chrome#displayName"
>+ sortDirection="ascending">
Although you were wise enough not to tack your attributes onto the end of this
overlong line it would have been nice if you could have rewrapped the line
while you were editing it ;-)
Attachment #135465 -
Flags: review?(neil.parkwaycc.co.uk) → review+
![]() |
||
Comment 7•22 years ago
|
||
Comment on attachment 135465 [details] [diff] [review]
Sort the theme names in the View/Apply and preferences windows
sr=alecf
Attachment #135465 -
Flags: superreview?(alecf) → superreview+
Should we ask for 1.5b approval on this? I imagine it's pretty low-risk.
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #135465 -
Flags: approval1.6b?
Comment 10•22 years ago
|
||
Comment on attachment 135465 [details] [diff] [review]
Sort the theme names in the View/Apply and preferences windows
a=asa (on behalf of drivers) for checkin to 1.6 beta.
Attachment #135465 -
Flags: approval1.6b? → approval1.6b+
![]() |
||
Comment 11•22 years ago
|
||
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•