Closed
Bug 605089
Opened 14 years ago
Closed 14 years ago
Remove uses of the sortDirectionIndicator class
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: dao, Assigned: dao)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
4.18 KB,
patch
|
enndeakin
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
I failed to figure out when it became obsolete, but sortDirectionIndicator isn't doing anything.
https://developer.mozilla.org/en/XUL_Tutorial/Trees_and_Templates#Sorting_Columns states: "Although the sorting will function correctly with only those attributes, you may also use the style class sortDirectionIndicator on a column that can be sorted. This will cause a small triangle to appear on the column header that indicates the direction of the sort. If you don't do this, the user may still sort the columns but will have no indication as to which column is currently sorted."
This is false. The indicator depends on the sortDirection attribute.
Attachment #483926 -
Flags: review?(enndeakin)
Assignee | ||
Updated•14 years ago
|
Severity: trivial → normal
Assignee | ||
Updated•14 years ago
|
Component: General → XUL Widgets
QA Contact: general → xul.widgets
Comment 1•14 years ago
|
||
(In reply to comment #0)
> I failed to figure out when it became obsolete
March 2002, in http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/themes/classic/global/win/tree.css&rev=1.37, looks like.
Updated•14 years ago
|
Attachment #483926 -
Flags: review?(enndeakin) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #483926 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #483926 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Comment 3•14 years ago
|
||
Removed obsolete references to setDirectionIndicator in https://developer.mozilla.org/en/XUL_Tutorial/Trees_and_Templates
Mentioned this on Fx4 for developers.
Keywords: dev-doc-needed → dev-doc-complete
Updated•14 years ago
|
Assignee | ||
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•