[JBoss JIRA] (RF-13652) Forward port the 4.3.7 fixes into the 4.5.x branch
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13652?page=com.atlassian.jira.plugin.s... ]
Brian Leathem edited comment on RF-13652 at 6/4/14 1:56 PM:
------------------------------------------------------------
A third attempt at resolving this issue involves looking at the commit history of the two branches since they forked, and identifying which jira issues are fixed in 4.3 but not in 4.5.
The list of 4.3 commits was retrieved using the command (for the components repository):
{code}
git rev-list --pretty=oneline 4.3.7.20140523-Final ^4.3.2.20130513-Final
{code}
The list of 4.5 commits was retrieved with the command:
{code}
git rev-list --pretty=oneline 4.5.x ^4.5.x-START~1 ^2d7f107eeb3e8a22b6084935ccab8a9cd6b38665 ^4791fe039c27d3826cb5ec89d133fdf3efd9576b ^b32deba90c1a423bd3f58e773b7fc0d4ee8f1a87 ^f0e8896471bafb0c84ac50589cf72726e6da5b90 ^c851c22d9c638509fce2c42c8eb615b8ff59f771
{code}
Comparing the two commit lists shows:
|| Fixed in RF43 || Fixed in RF45 || Fixed in both ||
| | | RF-11275 |
| RF-11417 | | |
| RF-11469 | | |
| RF-11691 | | |
| | | RF-11736 |
| | | RF-11973 |
| | RF-12132 | |
| | RF-12214 | |
| | RF-12224 | |
| RF-12345 | | |
| | | RF-12675 |
| RF-12741 | | |
| | RF-12765 | |
| | RF-12784 | |
| | RF-12786 | |
| | | RF-12813 |
| | RF-12843 | |
| | RF-12849 | |
| | | RF-12850 |
| | | RF-12853 |
| RF-12929 | | |
| | RF-12933 | |
| | RF-12940 | |
| | RF-12941 | |
| | | RF-12943 |
| | RF-12964 | |
| RF-12975 | | |
| | | RF-12989 |
| | | RF-13010 |
| | | RF-13018 |
| | RF-13027 | |
| | | RF-13038 |
| | | RF-13046 |
| | RF-13053 | |
| | | RF-13060 |
| | RF-13078 | |
| | | RF-13087 |
| | RF-13090 | |
| | | RF-13094 |
| | | RF-13095 |
| | RF-13097 | |
| | | RF-13102 |
| | | RF-13107 |
| | RF-13114 | |
| | | RF-13117 |
| | | RF-13125 |
| | | RF-13133 |
| | | RF-13136 |
| | | RF-13137 |
| | | RF-13140 |
| | RF-13147 | |
| | RF-13150 | |
| RF-13155 | | |
| | RF-13160 | |
| | | RF-13161 |
| RF-13172 | | |
| | RF-13186 | |
| RF-13189 | | |
| RF-13208 | | |
| | RF-13210 | |
| | RF-13213 | |
| | RF-13214 | |
| | RF-13223 | |
| | RF-13224 | |
| | RF-13229 | |
| | | RF-13239 |
| | RF-13265 | |
| RF-13277 | | |
| | RF-13278 | |
| | RF-13280 | |
| | RF-13282 | |
| | | RF-13287 |
| RF-13292 | | |
| RF-13305 | | |
| RF-13306 | | |
| | | RF-13314 |
| | RF-13330 | |
| | RF-13334 | |
| | | RF-13358 |
| | RF-13362 | |
| | RF-13374 | |
| | RF-13394 | |
| | RF-13395 | |
| RF-13453 | | |
| | | RF-13455 |
| | RF-13472 | |
| RF-13478 | | |
| | RF-13494 | |
| | RF-13495 | |
| | RF-13496 | |
| | RF-13505 | |
| | RF-13506 | |
| | RF-13507 | |
| | RF-13508 | |
| | RF-13514 | |
| RF-13531 | | |
| | | RF-13559 |
| RF-13564 | | |
| | RF-13565 | |
| | RF-13571 | |
| | RF-13581 | |
| | RF-13582 | |
| | RF-13585 | |
| | RF-13586 | |
| | RF-13591 | |
| RF-13592 | | |
| | RF-13597 | |
| | RF-13608 | |
| | RF-13609 | |
| | RF-13610 | |
| | RF-13611 | |
| | RF-13612 | |
| RF-13613 | | |
| | RF-13614 | |
| RF-13616 | | |
| | RF-13620 | |
| | RF-13623 | |
| | RF-13626 | |
| | RF-13627 | |
| RF-13629 | | |
| | RF-13630 | |
| | RF-13631 | |
| | RF-13632 | |
| | RF-13634 | |
| | RF-13637 | |
| | RF-13638 | |
| | RF-13641 | |
| | RF-13646 | |
| | RF-13647 | |
| | RF-13650 | |
| | RF-13653 | |
| | RF-13654 | |
| | RF-13851 | |
| | RF-13930 | |
| | RF-13936 | |
| | RF-13951 | |
was (Author: bleathem):
A third attempt at resolving this issue involves looking at the commit history of the two branches since they forked, and identifying which jira issues are fixed in 4.3 but not in 4.5.
The list of 4.3 commits was retrieved using the command (for the components repository):
{code}
git rev-list --pretty=oneline 4.3.7.20140523-Final ^4.3.2.20130513-Final
{code}
The list of 4.5 commits was retrieved with the command:
{code}
git rev-list --pretty=oneline 4.5.x ^4.5.x-START~1 ^2d7f107eeb3e8a22b6084935ccab8a9cd6b38665 ^4791fe039c27d3826cb5ec89d133fdf3efd9576b ^b32deba90c1a423bd3f58e773b7fc0d4ee8f1a87 ^f0e8896471bafb0c84ac50589cf72726e6da5b90 ^c851c22d9c638509fce2c42c8eb615b8ff59f771
{code}
Comparing the two commit lists shows:
|| Fixed in RF43 || Fixed in both || Fixed in RF45 ||
| | | RF-11275 |
| RF-11417 | | |
| RF-11469 | | |
| RF-11691 | | |
| | | RF-11736 |
| | | RF-11973 |
| | RF-12132 | |
| | RF-12214 | |
| | RF-12224 | |
| RF-12345 | | |
| | | RF-12675 |
| RF-12741 | | |
| | RF-12765 | |
| | RF-12784 | |
| | RF-12786 | |
| | | RF-12813 |
| | RF-12843 | |
| | RF-12849 | |
| | | RF-12850 |
| | | RF-12853 |
| RF-12929 | | |
| | RF-12933 | |
| | RF-12940 | |
| | RF-12941 | |
| | | RF-12943 |
| | RF-12964 | |
| RF-12975 | | |
| | | RF-12989 |
| | | RF-13010 |
| | | RF-13018 |
| | RF-13027 | |
| | | RF-13038 |
| | | RF-13046 |
| | RF-13053 | |
| | | RF-13060 |
| | RF-13078 | |
| | | RF-13087 |
| | RF-13090 | |
| | | RF-13094 |
| | | RF-13095 |
| | RF-13097 | |
| | | RF-13102 |
| | | RF-13107 |
| | RF-13114 | |
| | | RF-13117 |
| | | RF-13125 |
| | | RF-13133 |
| | | RF-13136 |
| | | RF-13137 |
| | | RF-13140 |
| | RF-13147 | |
| | RF-13150 | |
| RF-13155 | | |
| | RF-13160 | |
| | | RF-13161 |
| RF-13172 | | |
| | RF-13186 | |
| RF-13189 | | |
| RF-13208 | | |
| | RF-13210 | |
| | RF-13213 | |
| | RF-13214 | |
| | RF-13223 | |
| | RF-13224 | |
| | RF-13229 | |
| | | RF-13239 |
| | RF-13265 | |
| RF-13277 | | |
| | RF-13278 | |
| | RF-13280 | |
| | RF-13282 | |
| | | RF-13287 |
| RF-13292 | | |
| RF-13305 | | |
| RF-13306 | | |
| | | RF-13314 |
| | RF-13330 | |
| | RF-13334 | |
| | | RF-13358 |
| | RF-13362 | |
| | RF-13374 | |
| | RF-13394 | |
| | RF-13395 | |
| RF-13453 | | |
| | | RF-13455 |
| | RF-13472 | |
| RF-13478 | | |
| | RF-13494 | |
| | RF-13495 | |
| | RF-13496 | |
| | RF-13505 | |
| | RF-13506 | |
| | RF-13507 | |
| | RF-13508 | |
| | RF-13514 | |
| RF-13531 | | |
| | | RF-13559 |
| RF-13564 | | |
| | RF-13565 | |
| | RF-13571 | |
| | RF-13581 | |
| | RF-13582 | |
| | RF-13585 | |
| | RF-13586 | |
| | RF-13591 | |
| RF-13592 | | |
| | RF-13597 | |
| | RF-13608 | |
| | RF-13609 | |
| | RF-13610 | |
| | RF-13611 | |
| | RF-13612 | |
| RF-13613 | | |
| | RF-13614 | |
| RF-13616 | | |
| | RF-13620 | |
| | RF-13623 | |
| | RF-13626 | |
| | RF-13627 | |
| RF-13629 | | |
| | RF-13630 | |
| | RF-13631 | |
| | RF-13632 | |
| | RF-13634 | |
| | RF-13637 | |
| | RF-13638 | |
| | RF-13641 | |
| | RF-13646 | |
| | RF-13647 | |
| | RF-13650 | |
| | RF-13653 | |
| | RF-13654 | |
| | RF-13851 | |
| | RF-13930 | |
| | RF-13936 | |
| | RF-13951 | |
> Forward port the 4.3.7 fixes into the 4.5.x branch
> --------------------------------------------------
>
> Key: RF-13652
> URL: https://issues.jboss.org/browse/RF-13652
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13652) Forward port the 4.3.7 fixes into the 4.5.x branch
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13652?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13652:
------------------------------------
A third attempt at resolving this issue involves looking at the commit history of the two branches since they forked, and identifying which jira issues are fixed in 4.3 but not in 4.5.
The list of 4.3 commits was retrieved using the command (for the components repository):
{code}
git rev-list --pretty=oneline 4.3.7.20140523-Final ^4.3.2.20130513-Final
{code}
The list of 4.5 commits was retrieved with the command:
{code}
git rev-list --pretty=oneline 4.5.x ^4.5.x-START~1 ^2d7f107eeb3e8a22b6084935ccab8a9cd6b38665 ^4791fe039c27d3826cb5ec89d133fdf3efd9576b ^b32deba90c1a423bd3f58e773b7fc0d4ee8f1a87 ^f0e8896471bafb0c84ac50589cf72726e6da5b90 ^c851c22d9c638509fce2c42c8eb615b8ff59f771
{code}
Comparing the two commit lists shows:
|| Fixed in RF43 || Fixed in both || Fixed in RF45 ||
| | | RF-11275 |
| RF-11417 | | |
| RF-11469 | | |
| RF-11691 | | |
| | | RF-11736 |
| | | RF-11973 |
| | RF-12132 | |
| | RF-12214 | |
| | RF-12224 | |
| RF-12345 | | |
| | | RF-12675 |
| RF-12741 | | |
| | RF-12765 | |
| | RF-12784 | |
| | RF-12786 | |
| | | RF-12813 |
| | RF-12843 | |
| | RF-12849 | |
| | | RF-12850 |
| | | RF-12853 |
| RF-12929 | | |
| | RF-12933 | |
| | RF-12940 | |
| | RF-12941 | |
| | | RF-12943 |
| | RF-12964 | |
| RF-12975 | | |
| | | RF-12989 |
| | | RF-13010 |
| | | RF-13018 |
| | RF-13027 | |
| | | RF-13038 |
| | | RF-13046 |
| | RF-13053 | |
| | | RF-13060 |
| | RF-13078 | |
| | | RF-13087 |
| | RF-13090 | |
| | | RF-13094 |
| | | RF-13095 |
| | RF-13097 | |
| | | RF-13102 |
| | | RF-13107 |
| | RF-13114 | |
| | | RF-13117 |
| | | RF-13125 |
| | | RF-13133 |
| | | RF-13136 |
| | | RF-13137 |
| | | RF-13140 |
| | RF-13147 | |
| | RF-13150 | |
| RF-13155 | | |
| | RF-13160 | |
| | | RF-13161 |
| RF-13172 | | |
| | RF-13186 | |
| RF-13189 | | |
| RF-13208 | | |
| | RF-13210 | |
| | RF-13213 | |
| | RF-13214 | |
| | RF-13223 | |
| | RF-13224 | |
| | RF-13229 | |
| | | RF-13239 |
| | RF-13265 | |
| RF-13277 | | |
| | RF-13278 | |
| | RF-13280 | |
| | RF-13282 | |
| | | RF-13287 |
| RF-13292 | | |
| RF-13305 | | |
| RF-13306 | | |
| | | RF-13314 |
| | RF-13330 | |
| | RF-13334 | |
| | | RF-13358 |
| | RF-13362 | |
| | RF-13374 | |
| | RF-13394 | |
| | RF-13395 | |
| RF-13453 | | |
| | | RF-13455 |
| | RF-13472 | |
| RF-13478 | | |
| | RF-13494 | |
| | RF-13495 | |
| | RF-13496 | |
| | RF-13505 | |
| | RF-13506 | |
| | RF-13507 | |
| | RF-13508 | |
| | RF-13514 | |
| RF-13531 | | |
| | | RF-13559 |
| RF-13564 | | |
| | RF-13565 | |
| | RF-13571 | |
| | RF-13581 | |
| | RF-13582 | |
| | RF-13585 | |
| | RF-13586 | |
| | RF-13591 | |
| RF-13592 | | |
| | RF-13597 | |
| | RF-13608 | |
| | RF-13609 | |
| | RF-13610 | |
| | RF-13611 | |
| | RF-13612 | |
| RF-13613 | | |
| | RF-13614 | |
| RF-13616 | | |
| | RF-13620 | |
| | RF-13623 | |
| | RF-13626 | |
| | RF-13627 | |
| RF-13629 | | |
| | RF-13630 | |
| | RF-13631 | |
| | RF-13632 | |
| | RF-13634 | |
| | RF-13637 | |
| | RF-13638 | |
| | RF-13641 | |
| | RF-13646 | |
| | RF-13647 | |
| | RF-13650 | |
| | RF-13653 | |
| | RF-13654 | |
| | RF-13851 | |
| | RF-13930 | |
| | RF-13936 | |
| | RF-13951 | |
> Forward port the 4.3.7 fixes into the 4.5.x branch
> --------------------------------------------------
>
> Key: RF-13652
> URL: https://issues.jboss.org/browse/RF-13652
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13658) Component issues in 4.5
by Michal Petrov (JIRA)
Michal Petrov created RF-13658:
----------------------------------
Summary: Component issues in 4.5
Key: RF-13658
URL: https://issues.jboss.org/browse/RF-13658
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.5.0.Alpha3
Reporter: Michal Petrov
Fix For: 4.5.0.Alpha3
I've checked showcase and photoalbum and discovered several issues:
* trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}
** this completely breaks photoalbum
* data retrieval from server doesn't seem to work (there are no errors on either server or client)
** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
** extendedDataTable with enabled ajax loading does not load any data
** progressbar does not work
** togglePanel does not switch
** dynamic tabPanels do not switch
** tooltips that make a server call do not work (the tooltip is empty)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-12132) Richfaces queue not cleared after js error in oncomplete attribute
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12132?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek commented on RF-12132:
----------------------------------
[~ppitonak], I can confirm that whole Metamer tests suite with RF 4.3.x on EAP 6.3 is passing. I'll recheck the other branches.
> 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)
> Components: component-a4j-core
> Affects Versions: 4.2.0.Final, 4.3.7
> Environment: Myfaces 2.1.6
> Tomcat 6.0.35
> Reporter: Michael Heinen
> Assignee: Michal Petrov
> Labels: gss
> Fix For: 4.3.8, 4.5.0.Alpha3, 5.0.0.Alpha4
>
>
> 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:
> {code}
> 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
> {code}
> A request without javascript error ends with:
> {code}
> 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 ...>
> {code}
> I expect that the queue is cleaned up independent of javascript errors during oncomplete.
> Otherwise applications are not useable anymore.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13656) Table collapse after tab change
by André Faber (JIRA)
[ https://issues.jboss.org/browse/RF-13656?page=com.atlassian.jira.plugin.s... ]
André Faber commented on RF-13656:
----------------------------------
I've added some simple code and new screenshots. Another strange thing is that if I switch back (in my example) from the second to the first tab everything is fine again until I reload the page and change to the second tab again.
> Table collapse after tab change
> -------------------------------
>
> Key: RF-13656
> URL: https://issues.jboss.org/browse/RF-13656
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Reporter: André Faber
> Labels: waiting_on_user
> Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.jpg, test.xhtml, TestBean.java
>
>
> I have a rich:tabPanel with 2 tabs containing each a rich:extendedDataTable this worked fine in version 4.3.6. But with version 4.3.7 the table "collapses" after the tab is changed (see pictures).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13656) Table collapse after tab change
by André Faber (JIRA)
[ https://issues.jboss.org/browse/RF-13656?page=com.atlassian.jira.plugin.s... ]
André Faber updated RF-13656:
-----------------------------
Attachment: screenshot-4.jpg
> Table collapse after tab change
> -------------------------------
>
> Key: RF-13656
> URL: https://issues.jboss.org/browse/RF-13656
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Reporter: André Faber
> Labels: waiting_on_user
> Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.jpg, test.xhtml, TestBean.java
>
>
> I have a rich:tabPanel with 2 tabs containing each a rich:extendedDataTable this worked fine in version 4.3.6. But with version 4.3.7 the table "collapses" after the tab is changed (see pictures).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13656) Table collapse after tab change
by André Faber (JIRA)
[ https://issues.jboss.org/browse/RF-13656?page=com.atlassian.jira.plugin.s... ]
André Faber updated RF-13656:
-----------------------------
Attachment: screenshot-3.jpg
> Table collapse after tab change
> -------------------------------
>
> Key: RF-13656
> URL: https://issues.jboss.org/browse/RF-13656
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Reporter: André Faber
> Labels: waiting_on_user
> Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.jpg, test.xhtml, TestBean.java
>
>
> I have a rich:tabPanel with 2 tabs containing each a rich:extendedDataTable this worked fine in version 4.3.6. But with version 4.3.7 the table "collapses" after the tab is changed (see pictures).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13656) Table collapse after tab change
by André Faber (JIRA)
[ https://issues.jboss.org/browse/RF-13656?page=com.atlassian.jira.plugin.s... ]
André Faber updated RF-13656:
-----------------------------
Attachment: TestBean.java
test.xhtml
> Table collapse after tab change
> -------------------------------
>
> Key: RF-13656
> URL: https://issues.jboss.org/browse/RF-13656
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.7
> Reporter: André Faber
> Labels: waiting_on_user
> Attachments: screenshot-1.jpg, screenshot-2.jpg, test.xhtml, TestBean.java
>
>
> I have a rich:tabPanel with 2 tabs containing each a rich:extendedDataTable this worked fine in version 4.3.6. But with version 4.3.7 the table "collapses" after the tab is changed (see pictures).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-12132) Richfaces queue not cleared after js error in oncomplete attribute
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-12132?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-12132:
------------------------------------
[~jstefek], can you confirm that all tests are passing, i.e. it doesn't cause any regression in ajax-enabled components?
> 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)
> Components: component-a4j-core
> Affects Versions: 4.2.0.Final, 4.3.7
> Environment: Myfaces 2.1.6
> Tomcat 6.0.35
> Reporter: Michael Heinen
> Assignee: Michal Petrov
> Labels: gss
> Fix For: 4.3.8, 4.5.0.Alpha3, 5.0.0.Alpha4
>
>
> 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:
> {code}
> 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
> {code}
> A request without javascript error ends with:
> {code}
> 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 ...>
> {code}
> I expect that the queue is cleaned up independent of javascript errors during oncomplete.
> Otherwise applications are not useable anymore.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months