[
https://jira.jboss.org/jira/browse/RF-5283?page=com.atlassian.jira.plugin...
]
Alexander Dubovsky updated RF-5283:
-----------------------------------
Description:
Source code:
<h:form id="formID">
<a4j:commandButton value="a4j submit"
reRender="jsID"></a4j:commandButton>
<a4j:status id="a4jStatusID" startText="WORK!"
startStyle="color: red;"
stopText="a4j:status"></a4j:status>
<rich:hotKey id="jsID" timing="onregistercall" />
</h:form>
Open page and click a4j submit
Result: ajax buzzes.
This repeats until we do not register this hotKey.
was:
Source code:
<h:form id="formID">
<a4j:commandButton value="a4j submit"
reRender="grid"></a4j:commandButton>
<a4j:status id="a4jStatusID" startText="WORK!"
startStyle="color: red;"
stopText="a4j:status"></a4j:status>
<rich:hotKey id="jsID" timing="onregistercall" />
</h:form>
Open page and click a4j submit
Result: ajax buzzes.
This repeats until we do not register this hotKey.
HotKey: ajax request buzzes for hotKey with
timing="onregistercall" until it is not registered.
------------------------------------------------------------------------------------------------
Key: RF-5283
URL:
https://jira.jboss.org/jira/browse/RF-5283
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.BETA3
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Source code:
<h:form id="formID">
<a4j:commandButton value="a4j submit"
reRender="jsID"></a4j:commandButton>
<a4j:status id="a4jStatusID" startText="WORK!"
startStyle="color: red;"
stopText="a4j:status"></a4j:status>
<rich:hotKey id="jsID" timing="onregistercall" />
</h:form>
Open page and click a4j submit
Result: ajax buzzes.
This repeats until we do not register this hotKey.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira