9b9bc7461e
XForms replace doesn't work because:
CDocument::IsChildTypeAllowed() tests that the document node does not
already have an element child, because only one is allowed - but when
called from CNode::replaceChild(), the existing child will be removed,
so that needs to be allowed to proceed (check that removed child is
also element).
(regression from commit
|
||
---|---|---|
.. | ||
pch | ||
event.hxx | ||
eventdispatcher.hxx | ||
mouseevent.hxx | ||
mutationevent.hxx | ||
node.hxx | ||
uievent.hxx |