Closed
Bug 106096
Opened 23 years ago
Closed 22 years ago
XUL Document insertAfter and insertBefore are not implemented
Categories
(Core :: DOM: Core & HTML, defect, P4)
Tracking
()
RESOLVED
FIXED
People
(Reporter: pwilson, Unassigned)
References
Details
nsIDOMXULDocument insertAfter and insertBefore methods are marked
NOT_IMPLEMENTED in the c++ source.
I am writing an XUL screen/application designer. Without these methods it is
impossible to add a new stylesheet or XUL override to the document at design
time and have its effect show up in a form viewer. The XULDocument needs to
be brought up to the level of HTMLDocument where all the nsiDOMDocument methods
are implemented.
Any chance of getting this working?
Comment 1•23 years ago
|
||
Yes, but not any time soon, unfortunately.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → mozilla0.9.9
Updated•23 years ago
|
Priority: -- → P4
Updated•22 years ago
|
Target Milestone: mozilla1.1alpha → ---
Comment 3•22 years ago
|
||
Mass-reassigning bugs to dom_bugs@netscape.com
Assignee: jst → dom_bugs
Status: ASSIGNED → NEW
Comment 4•22 years ago
|
||
Should work now that nsXULDocument inherits this functionality from nsDocument.
FIXED.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Component: DOM: Core → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•