Closed
Bug 681364
Opened 14 years ago
Closed 12 years ago
Orion code needs to work with XUL and XHTML documents
Categories
(DevTools :: Source Editor, defect, P3)
DevTools
Source Editor
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: msucan, Unassigned)
Details
(Whiteboard: [orion])
The use of document.createElement() in Orion's code prevents us from using it inside XHTML (or XUL) documents. We need to update the code to use document.createElementNS() where it's possible.
This fix would allow us to initialize Orion without wrapping it inside an iframe.
Updated•13 years ago
|
Component: Developer Tools → Developer Tools: Source Editor
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Priority: -- → P3
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•