[ 
http://issues.apache.org/jira/browse/ADFFACES-24?page=comments#action_12419558 
] 

Adam Winer commented on ADFFACES-24:
------------------------------------

Note: firstClickPassed is in an obsolete codebase and is unused;  afh:body does 
not have a firstClickPassed property, so this is not relevant to this issue.

> Using autoSubmit on a text field suppresses the ActionEvent on a button
> -----------------------------------------------------------------------
>
>          Key: ADFFACES-24
>          URL: http://issues.apache.org/jira/browse/ADFFACES-24
>      Project: MyFaces ADF-Faces
>         Type: Bug

>     Reporter: Adam Winer

>
> First reported on OTN for ADF Faces:
> http://forums.oracle.com/forums/thread.jspa?threadID=390427&tstart=0
> ... but presumably applies to Trinidad too.  The report:
> "Adding an InputText component on the page that has autosubmit set to true and
> a value change listener attached will suppress a button action event if the
> user directly clicks onto the button when leaving the field
> To reproduce:
> - Create ADF Faces page with backing bean
> - Add InputText components to ADF Faces page
> - Set autosubmit property in the InputText to true
> - Add CommanButton to ADF Faces page
> - Create action method for command button (double click on the button to
> create the method
> - Add System.out.println("Action event fired"); into the method
> - create a ValueChange listener for the textfield and put
>   System.out.println("Value Change Listener fired"); into it
> - Run the ADF Faces page
> - Type hello into teh textfield and hit the button
> The output you see is "Value Change Listener fired". Pressing the button
> twice shows "Action event fired" as well. Obviously an event on a autosubmit
> InputText overrides the event on the component that is clicked on."

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

Reply via email to