[ #304533 ] Read-only change does not change display of select1 element
Date: 2006-01-19 21:40
Priority: 5
Submitted By: Erik Bruchez (ebruchez)
Assigned To: Alessandro Vernet (avernet)
Category: XForms NG
State: Closed
Summary: Read-only change does not change display of select1 element
Detailed description: Check the attached example. Changing the value of the first select1 should make
the second one become read-write. The XForms server does send this information:
<xxf:control-values>
<xxf:control id="xforms-element-6">no</xxf:control>
<xxf:control id="xforms-element-12" readonly="false">yes</xxf:control>
</xxf:control-values>
However, the control does not visually update.
Date: 2006-01-19 21:47
Sender: ebruchez
Logged In: YES
user_id=5065
Note that a "relevant" bind works. This bug appears to
impact "readonly" but not "relevant".