Closed
Bug 337302
Opened 19 years ago
Closed 9 years ago
Instance element with two child elements is a fatal error
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: allan, Unassigned)
References
()
Details
Attachments
(1 file)
|
2.01 KB,
application/xhtml+xml
|
Details |
<xf:instance xmlns="">
<data>
<x>42</x>
</data>
<data2>
<y>42</y>
</data2>
</xf:instance>
Is not valid, and should result in a fatal error.
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
The place to fix is:
nsXFormsInstanceElement::CloneInlineInstance()
And while we are at it, the ImportNode() call, and possibly others should also result in a fatal error.
| Reporter | ||
Updated•19 years ago
|
Assignee: aaronr → xforms
Comment 3•9 years ago
|
||
RIP xforms
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•