Closed
Bug 324079
Opened 19 years ago
Closed 19 years ago
Insert/Delete doesn't work with non-default models
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronr, Assigned: aaronr)
References
Details
(Keywords: fixed1.8.0.4, fixed1.8.1)
Attachments
(2 files)
If you try to use insert and delete binding to instance data that doesn't live in the first model in the document, then it doesn't work.
Problem is that we are calling EvaluateNodeBinding with a flag of 0 instead of nsXFormsUtils::ELEMENT_WITH_MODEL_ATTR. Testcase and patch coming.
Attachment #209040 -
Flags: review?(smaug)
Attachment #209040 -
Flags: review?(doronr)
Updated•19 years ago
|
Attachment #209040 -
Flags: review?(doronr) → review+
Updated•19 years ago
|
Attachment #209040 -
Flags: review?(smaug) → review+
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Keywords: fixed1.8.0.3,
fixed1.8.1
Updated•19 years ago
|
Whiteboard: xf-to-branch
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•