[JBoss JIRA] (RF-12132) Richfaces queue not cleared after js error in oncomplete attribute
by Michael Heinen (JIRA)
Michael Heinen created RF-12132:
-----------------------------------
Summary: Richfaces queue not cleared after js error in oncomplete attribute
Key: RF-12132
URL: https://issues.jboss.org/browse/RF-12132
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2.0.Final
Environment: Myfaces 2.1.6
Tomcat 6.0.35
Reporter: Michael Heinen
Richfaces queue not cleared after js-error in oncomplete attribute
Submit a <a4j:commandButton> with oncomplete="myNotExistingFuncrtion();"
The ajax response arrives but the queue is not cleaned up after this due to the javascript error
Starting from now no further ajax requests are possible because richfaces waits for previous submit results.
Sample from the richfaces log:
debug[17:10:10.587]: New request added to queue. Queue requestGroupingId changed to j_id_5:j_id_b
debug[17:10:10.615]: Queue will wait 0ms before submit
debug[17:10:10.644]: richfaces.queue: will submit request NOW
info [17:10:10.671]: Received 'begin' event from <input id=j_id_5:j_id_b ...>
info [17:10:10.707]: Received 'beforedomupdate' event from <input id=j_id_5:j_id_b ...>
debug[17:10:10.729]: Server returned responseText: <?xml version="1.0" encoding="utf-8"?><partial-response><changes><update id="j_id_5:details"><![CDATA[<span id="j_id_5:details"> Content List: []</span>]]></update><update id="javax.faces.ViewState"><![CDATA[Ks5ELN5RlWC9cOr14o5TwKjJIsvsN15m6RRwvmJhzzDPVRu0CANZgn6X/WbW2yDmQr2WO23dULmn wieWEZBuLjpr9cB6Sh1pkPwozKCTGwOuq4ArOM3fSIO8zbDCP7orMXRzfA== ]]></update><extension id="org.richfaces.extension"><complete>myNotExistingFuncrtion();;</complete></extension></changes></partial-response>
info [17:10:10.758]: Listing content of response changes element:
Element update for id=j_id_5:details
<update id="j_id_5:details"><![CDATA[<span id="j_id_5:details"> Content List: []</span>]]></update>
Element update for id=javax.faces.ViewState
<update id="javax.faces.ViewState"><![CDATA[Ks5ELN5RlWC9cOr14o5TwKjJIsvsN15m6RRwvmJhzzDPVRu0CANZgn6X/WbW2yDmQr2WO23dULmn wieWEZBuLjpr9cB6Sh1pkPwozKCTGwOuq4ArOM3fSIO8zbDCP7orMXRzfA== ]]></update>
Element extension for id=org.richfaces.extension
<extension id="org.richfaces.extension"><complete>myNotExistingFuncrtion();;</complete></extension>
debug[17:10:19.143]: New request added to queue. Queue requestGroupingId changed to j_id_5:j_id_a
debug[17:10:19.171]: Queue will wait 0ms before submit
debug[17:10:19.201]: richfaces.queue: Waiting for previous submit results
A request without javascript error ends with:
debug[17:20:22.033]: richfaces.queue: ajax submit successfull
debug[17:20:22.075]: richfaces.queue: Nothing to submit
info [17:20:22.117]: Received 'success' event from <input id=j_id_5:j_id_b ...>
info [17:20:22.155]: Received 'complete' event from <input id=j_id_5:j_id_b ...>
I expect that the queue is cleaned up independent of javascript errors during oncomplete.
Otherwise applications are not useable anymore.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] Created: (RF-11392) rich:collapsibleSubTable - can't scroll in Mojarra
by Jan Papousek (JIRA)
rich:collapsibleSubTable - can't scroll in Mojarra
--------------------------------------------------
Key: RF-11392
URL: https://issues.jboss.org/browse/RF-11392
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0.20110910-M2 r.0d4276b62c8366e0eaa1b7cd1c350d373e65ed79
Metamer 4.1.0.20110910-M2 r.22701
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.16
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30
RichFaces 4.1.0.20110910-M2 r.0d4276b62c8366e0eaa1b7cd1c350d373e65ed79
Metamer 4.1.0.20110910-M2 r.22701
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.16
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0
Reporter: Jan Papousek
Open Metamer page in */faces/components/richCollapsibleSubTable/scroller.xhtml*:
*The First Problem*
- User can't move to the page 3 using the button *»*.
- Number buttons work properly.
*The Second Problem*
- Move in the *Men* section to the second page
- Move in the *Women* section to the second page.
- The first page in the section *Men* is displayed (wrong).
----
Using MyFaces everything is OK.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months