Closed
Bug 547431
Opened 16 years ago
Closed 16 years ago
Want access to the folder tree DOM nodes
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: eyalroz1, Unassigned)
Details
It would be useful if one could access, from JS, the DOM nodes which are built for the folders in the folder tree.
Comment 1•16 years ago
|
||
Well, you can access all of the DOM nodes that are built: in short, none. The code for painting trees directly calls the methods from nsITreeView, so no DOM subtree is ever built. This is also why, incidentally, you can't inspect individual rows from the DOM inspector.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Comment 2•16 years ago
|
||
But doesn't that just mean this bug belongs in toolkit, as an enhancement request on say, nsITreeBoxObject?
You need to log in
before you can comment on or make changes to this bug.
Description
•