Closed Bug 1329211 Opened 7 years ago Closed 7 years ago

Use appendToLocalElement to append source editor

Categories

(DevTools :: Netmonitor, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1308442

People

(Reporter: rickychien, Unassigned)

Details

netmonitor/shared/components/editor.js is using 

this.deferEditor = this.editor.appendTo(...)

to append source editor with an extra iframe. So we use a deferEditor workaround to tackle iframe editor instance. This workaround can be removed by using appendToLocalElement() instead of appendTo().

The problems with appendToLocalElement are caused by XUL, because document.createElement() call always create XUL on top of netmontor.xul. As a result, here is a followup bug to fix this issue after we eliminate netmonitor.xul
Flags: qe-verify?
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
No longer blocks: netmonitor-html
Flags: qe-verify?
Whiteboard: [netmonitor][triage]
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.