Closed
Bug 156387
Opened 23 years ago
Closed 12 years ago
Cannot add properties to rows in trees when using remote XUL.
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
DUPLICATE
of bug 407956
People
(Reporter: nick, Unassigned)
References
Details
If you use a <tree> and like to style differently certain rows you would need to
implement a getCellProperties() function. And you'll need to add an atom to the
second parameter. But to do that you would need access to the Components array
in order to create an atom, and there's no access to it because you are not in
the "chrome". Having to use signed scripts just to style some rows seems
overkill to me.
Reporter | ||
Updated•23 years ago
|
Blocks: remote-xul
Comment 1•19 years ago
|
||
*** Bug 293431 has been marked as a duplicate of this bug. ***
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: shrir → xptoolkit.widgets
Updated•15 years ago
|
Assignee: hewitt → nobody
Comment 2•12 years ago
|
||
As of bug 407956, getXXXProperties now just returns a space-separated string of properties, which should be usable from remote XUL.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•