Closed Bug 592485 Opened 14 years ago Closed 13 years ago

Web Console cleanup: getOutputNodeById() doesn't actually return the output node

Categories

(DevTools :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: pcwalton, Unassigned)

References

Details

(Whiteboard: [cleanup] [post-fx-4] [console-1])

There are two functions called getOutputNodeById(): one in the HUD Service and one in the FirefoxApplicationHooks class. Neither of them actually return the output node: instead, they return the HUD box node. To get the output node, one must call querySelector(".hud-output-node") on their return value.
getActivityOutputNode() also returns the HUD Box instead of the output node.
Whiteboard: [cleanup] [post-fx-4] → [cleanup] [post-fx-4] [console-1]
This is WONTFIX. We removed getOutputNodeById() and getActivityOutputNode(). See bug 592469.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.