Closed
Bug 385361
Opened 18 years ago
Closed 2 years ago
XUL tree sorting - multiple keys doesn't work
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: ygoraly, Unassigned)
Details
Attachments
(1 file)
1.11 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Build Identifier: Gecko/2007062101
XUL tree with flags="dont-build-content", RDF datasource, the syntax sort="?key1 ?key2" doesn't work - not soring at all.
sort="?key1" and sort="?key2" works properly.
Reproducible: Always
Actual Results:
Sorting doesn't happen at all
Expected Results:
Sorting by key1 then key2
Reporter | ||
Updated•18 years ago
|
Version: unspecified → Trunk
Comment 1•18 years ago
|
||
Using multiple sort keys like this requires 1.9
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> Using multiple sort keys like this requires 1.9
>
I was using a SeaMonkey trunk nightly build from 6/21/2007, also tried a build from 6/22. Am I missing something?
Comment 3•18 years ago
|
||
Do you have a testcase?
Reporter | ||
Comment 4•18 years ago
|
||
Added test case. In TreeSort.xul line 13, see sort="?p1 ?p2"
Reporter | ||
Updated•18 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 5•18 years ago
|
||
OK, thanks. I see the issue now.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 6•18 years ago
|
||
(In reply to comment #5)
> OK, thanks. I see the issue now.
>
This functionality is very important to my customers. Would appreciate any hint how/when this can be fixed - including place in the code - might be able to put a resource on the task.
Comment 7•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: major → --
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago → 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•