Widgets: textField: When entering data into tedxt field, new value not
recognized until field is blurred.
---------------------------------------------------------------------------------------------------------
Key: XAP-65
URL: http://issues.apache.org/jira/browse/XAP-65
Project: XAP
Issue Type: Bug
Components: Macros, MCOs, Widgets
Reporter: Trevor Oldak
I created this attribute setter for doing tests:
<horizontalPanel>
<textField text="attribute" id="attributeName"/>
<textField text="value" id="attributeValue"/>
<button text="Go!"
onCommand="mco:attributeSetter.setAttribute(testComponent, attributeName.text,
attributeValue.text)" width="30px"/>
</horizontalPanel>
When setting an attribute name and value, the new value would not be passed as
an argument when I hit 'Go!' until I clicked outside of the textField first.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira