Closed
Bug 278277
Opened 20 years ago
Closed 20 years ago
Select elements that use itemsets don't update instance data
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronr, Assigned: smaug)
References
Details
Attachments
(1 file)
1.21 KB,
application/xhtml+xml
|
Details |
If you author a select element which populates using an itemset to pull a list
of items from instance data and then select one of those items, then select one
of those items, instance data won't be updated.
This is because nsXFormsItemSetElement::WriteSelectedItems isn't implemented,
yet. I will attach a testcase that shows this problem.
I set incremental="true" on select, so just clicking on an item in the select
should update the output element below.
Assignee | ||
Updated•20 years ago
|
Assignee: aaronr → smaug
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•20 years ago
|
||
select and select1 are now XBLized and this should work.
Assignee | ||
Comment 4•20 years ago
|
||
select and select1 are now XBLized and this should work.
Status: ASSIGNED → 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
•