Closed
Bug 9899
Opened 27 years ago
Closed 27 years ago
Need a way to determine if a tree item has children.
Categories
(Core Graveyard :: RDF, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: scottputterman, Assigned: mozilla)
References
Details
In order to display the twisties correctly mailnews trees I need a way of
determining if an item has childen. Currently, container, is set for all items
that might have children. We talked about having an empty attribute that would
do this.
| Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•27 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 1•27 years ago
|
||
Fixed. Now, all containers are marked with a [container="true"] attribute and if
they look empty (via a GetTarget() call not returning a value) then a [empty=
"true"] attribute is set.
Scott, you'll of course have to update Mail/News .css files a bit for this in
regards to twisties.
Let me know if you see any problems.
scott, can you verify that this is fixed (or tell me how to)?
thanks
| Reporter | ||
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 3•27 years ago
|
||
this is fixed.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•