[JBoss JIRA] (RF-13168) 3rd party JSF component disappears on RichFaces ajax refresh
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13168?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč reassigned RF-13168:
-------------------------------
Assignee: Lukáš Fryč
> 3rd party JSF component disappears on RichFaces ajax refresh
> ------------------------------------------------------------
>
> Key: RF-13168
> URL: https://issues.jboss.org/browse/RF-13168
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: compatibility, component-a4j-core
> Reporter: Frank Langelage
> Assignee: Lukáš Fryč
> Labels: interop, jsf22
> Fix For: 5.0.0.Alpha3
>
> Attachments: install-mojarra-2.1.19.cli, Jira-WFLY-UT.tar, xaa, xab, xac
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> On some of my pages I'm using richfaces a4j:poll to refresh components regularly. The components refreshed is an openfaces datatable.
> This does not work with WildFly build from current sources.
> Same code works with JBoss AS 7.20. So problem is not related to richfaces or openfaces for me. Probably related to replacement of jboss-web with undertow.
> I'll attach a small project showing the problem.
> The mojarra datatable works fine, is refreshed every 10 seconds.
> The openfaces datatable below disappears on first refresh.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-13248) Switch RichFaces smoke tests to run on WildFly 8 by default
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13248?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč reassigned RF-13248:
-------------------------------
Assignee: Lukáš Fryč
> Switch RichFaces smoke tests to run on WildFly 8 by default
> -----------------------------------------------------------
>
> Key: RF-13248
> URL: https://issues.jboss.org/browse/RF-13248
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component
> Affects Versions: 5.0.0.Alpha2
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Labels: jsf22
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> With start of WildFly Beta/CR release chain, we can switch our tests consume it, it means:
> * tweaking TravisCI configuration
> Note that tests have problem to pass on WildFly Beta1:
> {code}
> Tests run: 34, Failures: 1, Errors: 16, Skipped: 1
> {code}
> so we need to analyze a cause of the failure first.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-13414) showcase - chart demo - event handling - when chart clicked it renders redundant info
by Juraj Húska (JIRA)
Juraj Húska created RF-13414:
--------------------------------
Summary: showcase - chart demo - event handling - when chart clicked it renders redundant info
Key: RF-13414
URL: https://issues.jboss.org/browse/RF-13414
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-output, showcase
Affects Versions: 5.0.0.Alpha2
Reporter: Juraj Húska
When clicking on the chart in the showcase demo for event handling, e.g. following output is rendered:
{code:none}
Point with index 3within series 3 was clicked. Point coordinates [1995,10.5]
Series index: 3 DataIndex: 3 [1995,10.5]
{code}
The information is duplicated because it is retrieved in two ways: one from _server side_ ({{<h:outputText id="msg" value="#{chartEventBean.msg}"/>}}) and _client side script_.
I see that it is nice showcase of both ways, but IMHO the script for *hover* event is doing this well. The output would be more cleaner. WDYT ?
Steps to reproduce:
# load http://showcaselatest-richfaces.rhcloud.com/richfaces/component-sample.js...
# click on any chart line point and see the output
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-13414) showcase - chart demo - event handling - when chart clicked it renders redundant info
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13414?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13414:
-----------------------------
Priority: Trivial (was: Major)
> showcase - chart demo - event handling - when chart clicked it renders redundant info
> -------------------------------------------------------------------------------------
>
> Key: RF-13414
> URL: https://issues.jboss.org/browse/RF-13414
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-output, showcase
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Priority: Trivial
>
> When clicking on the chart in the showcase demo for event handling, e.g. following output is rendered:
> {code:none}
> Point with index 3within series 3 was clicked. Point coordinates [1995,10.5]
> Series index: 3 DataIndex: 3 [1995,10.5]
> {code}
> The information is duplicated because it is retrieved in two ways: one from _server side_ ({{<h:outputText id="msg" value="#{chartEventBean.msg}"/>}}) and _client side script_.
> I see that it is nice showcase of both ways, but IMHO the script for *hover* event is doing this well. The output would be more cleaner. WDYT ?
> Steps to reproduce:
> # load http://showcaselatest-richfaces.rhcloud.com/richfaces/component-sample.js...
> # click on any chart line point and see the output
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months