[
https://jira.jboss.org/browse/RF-9327?page=com.atlassian.jira.plugin.syst...
]
Lukas Fryc updated RF-9327:
---------------------------
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
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
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