Open
Bug 1482815
Opened 7 years ago
Updated 3 years ago
Change nsITreeBoxObject .treeBody to be a XULElement
Categories
(Core :: XUL, enhancement, P5)
Core
XUL
Tracking
()
NEW
People
(Reporter: adrian17, Unassigned)
Details
Followup from https://phabricator.services.mozilla.com/D2893?id=7028#inline-10561
RefPtr<dom::Element> tcElm;
aTreeBoxObj->GetTreeBody(getter_AddRefs(tcElm));
// ...
nsCOMPtr<nsIBoxObject> tcBoxObj =
nsXULElement::FromNode(tcElm)->GetBoxObject(IgnoreErrors());
If nsITreeBoxObject's .treeBody is always a XULElement, the interface should reflect that.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•