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)

enhancement
Not set
normal

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.
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
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.