[
http://jira.jboss.com/jira/browse/RF-1487?page=all ]
Ilya Shaikovsky reassigned RF-1487:
-----------------------------------
Assignee: Sergey Halipov (was: Ilya Shaikovsky)
reproducable on todays manual build.
Steps. click any link. after click any other. Only first clicked works for me all the
times after first.
I'll give you my app if need.
Framework. Client events handler doesn't work properly.
-------------------------------------------------------
Key: RF-1487
URL:
http://jira.jboss.com/jira/browse/RF-1487
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Sergey Halipov
Fix For: 3.2.0, 3.1.4
Attachments: Sample1487.war
<h:form id="form">
<h:inputText>
<a4j:support event="onkeyup"
oncomplete="alert('support complete')" onsubmit="alert('support
onsubmit')"
onbeforedomupdate="alert('onbeforedomeupdate')"></a4j:support>
</h:inputText>
<a4j:jsFunction name="callfunction"
data="#{bean.property1}"
oncomplete="alert('1');"></a4j:jsFunction>
<a4j:commandButton value="press"
oncomplete="alert('1');"></a4j:commandButton>
<h:graphicImage value="/pages/alabama.gif"
onclick="callfunction();">
</h:graphicImage>
<a4j:log popup="false"></a4j:log>
</h:form>
NOTHING except onsubmit and onbeforedomeupdate handlers works on this snippet under 3.2.0
SNAPSHOT. JS fuinction, support and a4j:button isn't calls its oncomplete, .
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira