Closed
Bug 73851
Opened 24 years ago
Closed 3 years ago
``natural order'' sort does not work in general case
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: waterson, Unassigned)
Details
Specifically, in nsXULOutlinerBuilder::CompareMatches()...
// If the sort order is ``natural'', then see if the container
// is an RDF sequence. If so, we'll try to use the ordinal
// properties to determine order.
//
// XXX the problem with this is, it doesn't always get the
// *real* container; e.g.,
//
// <outlinerrow uri="?uri" />
//
// <triple subject="?uri"
// predicate="http://home.netscape.com/NC-rdf#subheadings"
// object="?subheadings" />
//
// <member container="?subheadings" child="?subheading" />
//
// In this case mContainerVar is bound to ?uri, not
// ?subheadings. (The ``container'' in the template sense !=
// container in the RDF sense.)
So basically, we don't get it right if the ``template container'' is not the
``RDF container''.
Reporter | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Comment 1•24 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Reporter | ||
Comment 2•23 years ago
|
||
cc'ing sgehani. samir, is this the problem that you're seeing?
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0.1 → Future
Comment 3•23 years ago
|
||
Well, the sidebar tabs are in a generic template, not in a tree, so I don't
think they exercise this code.
Comment 5•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:enndeakin, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: waterson → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(enndeakin)
Comment 6•3 years ago
|
||
No longer relevant.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(enndeakin)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•