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

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Wed Sep 8 05:23:49 EDT 2010


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
            Reporter: Lukas Fryc


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