Closed
Bug 3569
Opened 26 years ago
Closed 26 years ago
[RDF/DOM] Can't differentiate inner nodes from leaves
Categories
(Core Graveyard :: RDF, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
M5
People
(Reporter: waterson, Assigned: waterson)
Details
Right now there are no attributes added to hierarchical content models to
indicate which elements are leaves and which elements are containers. This is
required for toolbars, menus, and the tree control.
Guha, Hyatt, and I were talking about this and decided that what we should do
is create a little RDF piece of glue that adds "is-a" information; e.g., a
MailFolder is-a container, then add an IsA() method to the composite data
source as a convenience.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
Marked assigned. For now, I'll put an attribute on bookmark items that
indicates that they're leaves.
Comment 2•26 years ago
|
||
rjc note: I just fixed a bug in the tree builder so that a "container='true'"
attribute is now set only if its really a container. 3/12/99
Assignee | ||
Comment 3•26 years ago
|
||
Is this still a problem? It seems like it's really not.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Verified Invalid
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•