Closed
Bug 299283
Opened 20 years ago
Closed 20 years ago
Fix bug in GetInstanceNodeForData
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronr, Assigned: aaronr)
References
Details
Attachments
(2 files)
My patch for lazy authoring screwed up nsXFormsUtils::GetInstanceNodeForData.
Arrrgh! I changed the function to use my new instance list held by the model,
but I forgot to return the nsIDOMNode for the found instance element.
when you click on the show trigger, namespaces should be serialized on the
document. That doesn't happen because of this bug.
fixes bug, cleans up some extraneous coding I'd done earlier.
Attachment #187864 -
Flags: review?(jhpedemonte)
Updated•20 years ago
|
Attachment #187864 -
Flags: review?(jhpedemonte) → review+
Attachment #187864 -
Flags: review?(smaug)
Updated•20 years ago
|
Attachment #187864 -
Flags: review?(smaug) → review+
Comment 3•20 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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
•