Closed
Bug 131204
Opened 24 years ago
Closed 24 years ago
rdf in help panels should sort case-insensitively.
Categories
(SeaMonkey :: Help Documentation, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: oeschger, Assigned: oeschger)
References
Details
Attachments
(1 file)
RDF wants to sort itself case-sensitive, with the capitalized headings at the
top. We need to do some manual sorting of the elements so that lists such as the
glossary and the index are more sensible.
| Assignee | ||
Comment 1•24 years ago
|
||
I assume you guys want to be added to all these little bugs. cc'ing rudman and
cotter
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•24 years ago
|
||
doing something general for sorting might be impractical, given how things need
to be displayed differently in the various panels. This patch sorts the search
list but not the glossary (which is sorted in the source file).
| Assignee | ||
Comment 3•24 years ago
|
||
Sorting solution figured out: glossary is sorted in RDF/XML file itself (and
thus not in the tree), and search results are sorted in the tree, albeit not
case insensitively. But this is sool, because the lowercase search terms are
glossary items by convention, and look nice sitting at the bottom of an
otherwise uppercase list of terms. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•