You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2006/11/03 18:30:16 UTC

[jira] Created: (XAP-65) Widgets: textField: When entering data into tedxt field, new value not recognized until field is blurred.

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

        

[jira] Commented: (XAP-65) Widgets: textField: When entering data into tedxt field, new value not recognized until field is blurred.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-65?page=comments#action_12449511 ] 
            
Turyn, Michael commented on XAP-65:
-----------------------------------

Try it now.

> 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: Widgets, MCOs, Macros
>            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

        

[jira] Resolved: (XAP-65) Widgets: textField: When entering data into tedxt field, new value not recognized until field is blurred.

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-65?page=all ]

Scott Boyd resolved XAP-65.
---------------------------

    Resolution: Fixed

> 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: 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

        

[jira] Closed: (XAP-65) Widgets: textField: When entering data into tedxt field, new value not recognized until field is blurred.

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-65?page=all ]

Trevor Oldak closed XAP-65.
---------------------------


> 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: 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

        

[jira] Updated: (XAP-65) Widgets: textField: When entering data into tedxt field, new value not recognized until field is blurred.

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-65?page=all ]

Scott Boyd updated XAP-65:
--------------------------

    Component/s:     (was: MCOs)
                     (was: Macros)

> 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: 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