Closed
Bug 1328498
Opened 8 years ago
Closed 8 years ago
Sourceeditor appendTo HTML element supports
Categories
(DevTools :: Source Editor, defect, P1)
DevTools
Source Editor
Tracking
(firefox53 fixed)
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: rickychien, Assigned: rickychien)
References
(Blocks 1 open bug)
Details
(Whiteboard: [netmonitor])
Attachments
(1 file)
appendTo() method always append XUL iframe no matter parent element is XUL or HTML. We should support this by detecting parent namespaceURI to create correct namespace iframe accordingly.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
Here is a small patch for addressing the issue which came across in bug 1317650.
Updated•8 years ago
|
Blocks: netmonitor-html
Iteration: --- → 53.4 - Jan 9
Flags: qe-verify?
Priority: -- → P1
Whiteboard: [netmonitor][triage] → [netmonitor]
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8823507 [details]
Bug 1328498 - Sourceeditor appendTo HTML element supports
https://reviewboard.mozilla.org/r/102038/#review102560
R+
Honza
Attachment #8823507 -
Flags: review?(odvarko) → review+
Pushed by rchien@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b27f68f4dbd6
Sourceeditor appendTo HTML element supports r=Honza
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•