Closed
Bug 266626
Opened 20 years ago
Closed 20 years ago
EvaluateNodeBinding is wrong for <submission> elements
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta1
People
(Reporter: darin.moz, Assigned: darin.moz)
References
Details
Attachments
(1 file)
|
8.34 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
EvaluateNodeBinding is wrong for <submission> elements. A <submission> element does not have a "model" attribute. As a result, EvaluateNodeBinding will always use the first <model> element in the document when evaluating a binding on a <submission> element. That's obviously wrong. It should instead walk the tree looking for a containing model element. I've got a patch to fix this problem.
| Assignee | ||
Comment 1•20 years ago
|
||
something like this perhaps...
| Assignee | ||
Updated•20 years ago
|
Attachment #163787 -
Flags: review?(bryner)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8beta
Updated•20 years ago
|
Attachment #163787 -
Flags: review?(bryner) → review+
| Assignee | ||
Comment 2•20 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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
•