[richfaces-issues] [JBoss JIRA] Updated: (RF-9327) a4j:ajax on h:inputText does no requests with event=keypress and event handlers onkeypress and onbegin set

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Oct 7 17:41:40 EDT 2010


     [ https://jira.jboss.org/browse/RF-9327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-9327:
-------------------------------

    Fix Version/s: 4.0.0.Milestone4
                       (was: Future_4.X)


> a4j:ajax on h:inputText does no requests with event=keypress and event handlers onkeypress and onbegin set
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: RF-9327
>                 URL: https://jira.jboss.org/browse/RF-9327
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-a4j-core
>    Affects Versions: 4.0.0.Milestone2
>         Environment: RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0.20100826-M2 SVN r.18993
> OpenJDK Runtime Environment 1.6.0_18-b18
> Mojarra 2.0.2-FCS
> Chromium/6.0.472.41
> Apache Tomcat 6.0.29
>            Reporter: Lukas Fryc
>            Assignee: Anton Belevich
>             Fix For: 4.0.0.Milestone4
>
>
> The sample is working, when you
> a) delete onkeypress attribute
> b) delete onbegin attribute
> c) change keypress to keyup
> but not all together.
> Sample:
> <h:inputText onkeypress="document.title='keypress'">
>             <a4j:ajax event="keypress" onbegin="document.title='begin'"  />
>         </h:inputText>
>         <a4j:status id="status1">
>             <f:facet name="start">
>                 START
>             </f:facet>
>             <f:facet name="stop">
>                 STOP
>             </f:facet>
>         </a4j:status>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list