[JBoss JIRA] (RF-12815) Focus: fix fundamental tests for Firefox
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12815?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč edited comment on RF-12815 at 3/5/13 3:12 AM:
---------------------------------------------------------
I have verified that the Focus works fine in Showcase - this must be an "observer issue" of the test.
was (Author: lfryc):
I have verified that the Focus works fine in Showcase - this must be an "observer issue" of test.
> Focus: fix fundamental tests for Firefox
> ----------------------------------------
>
> Key: RF-12815
> URL: https://issues.jboss.org/browse/RF-12815
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-misc, tests - functional
> Affects Versions: 4.3.1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.M2
>
>
> The fundamental tests fails in Firefox - it is not clear now that it is test or implementation issue.
> They pass with Chrome.
--
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
11 years, 8 months
[JBoss JIRA] (RF-12807) Datatable evaluate value attribute even if rendered=false when doing ajax calls
by Kenny Moens (JIRA)
[ https://issues.jboss.org/browse/RF-12807?page=com.atlassian.jira.plugin.s... ]
Kenny Moens updated RF-12807:
-----------------------------
Attachment: dataTableBug2.jsf
dataTableBug3.jsf
Brian Leathem: I've tried with setting the rendered condition on the dataTable itself. It does not change the results and gives the same issue.
I tried this with the attached file (dataTableBug2.jsf).
Additionally if we make use of the c:if tag it works properly. While this is an acceptable workaround, still the rendered property should not allow any of the child components to be considered for execution at all.
Note: it should be easily to reproduce based on the attached files.
> Datatable evaluate value attribute even if rendered=false when doing ajax calls
> -------------------------------------------------------------------------------
>
> Key: RF-12807
> URL: https://issues.jboss.org/browse/RF-12807
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core, component-tables
> Affects Versions: 4.3.0.Final
> Environment: Windows, Apache Tomcat 6/7, Mojorra JSF 2.1.18
> Reporter: Kenny Moens
> Labels: ajax, commandButton, datatable, lazy-loaded, waiting_on_user
> Attachments: Bean.java, dataTableBug.jsf, dataTableBug2.jsf, dataTableBug3.jsf
>
>
> The rich:dataTable component evaluates the EL expression inside the value attribute, upon an Ajax call, even if it is part of a non-rendered h:panelGroup.
--
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
11 years, 8 months
[JBoss JIRA] (RF-12807) Datatable evaluate value attribute even if rendered=false when doing ajax calls
by Kenny Moens (JIRA)
[ https://issues.jboss.org/browse/RF-12807?page=com.atlassian.jira.plugin.s... ]
Kenny Moens edited comment on RF-12807 at 3/5/13 1:54 AM:
----------------------------------------------------------
Brian Leathem: I've tried with setting the rendered condition on the dataTable itself. It does not change the results and gives the same issue.
I tried this with the attached file (dataTableBug2.jsf).
Additionally if we make use of the c:if tag it works properly. While this is an acceptable workaround, still the rendered property should not allow any of the child components to be considered for execution at all (see dataTableBug3.jsf).
Note: it should be easily to reproduce based on the attached files.
was (Author: kmoens):
Brian Leathem: I've tried with setting the rendered condition on the dataTable itself. It does not change the results and gives the same issue.
I tried this with the attached file (dataTableBug2.jsf).
Additionally if we make use of the c:if tag it works properly. While this is an acceptable workaround, still the rendered property should not allow any of the child components to be considered for execution at all.
Note: it should be easily to reproduce based on the attached files.
> Datatable evaluate value attribute even if rendered=false when doing ajax calls
> -------------------------------------------------------------------------------
>
> Key: RF-12807
> URL: https://issues.jboss.org/browse/RF-12807
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core, component-tables
> Affects Versions: 4.3.0.Final
> Environment: Windows, Apache Tomcat 6/7, Mojorra JSF 2.1.18
> Reporter: Kenny Moens
> Labels: ajax, commandButton, datatable, lazy-loaded, waiting_on_user
> Attachments: Bean.java, dataTableBug.jsf, dataTableBug2.jsf, dataTableBug3.jsf
>
>
> The rich:dataTable component evaluates the EL expression inside the value attribute, upon an Ajax call, even if it is part of a non-rendered h:panelGroup.
--
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
11 years, 8 months
[JBoss JIRA] (RF-12033) ExtendedDataTable doesn't show up in tabpanel with switchType="client"
by Brett Williamson (JIRA)
[ https://issues.jboss.org/browse/RF-12033?page=com.atlassian.jira.plugin.s... ]
Brett Williamson commented on RF-12033:
---------------------------------------
Another workaround is to render an extendedDataTable outside the tab panel with 0px height so its hidden. Seems to allow correct render of datatables in the tab panel. This allows to keep using client switch type.
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> ----------------------------------------------------------------------
>
> Key: RF-12033
> URL: https://issues.jboss.org/browse/RF-12033
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.0.Final
> Environment: FireFox 10.0.2 (works in IE7)
> GlassFish 3.1
> Reporter: Josh Hill
> Labels: lazy-loaded
> Fix For: 5-Tracking
>
> Attachments: richfaces-test.zip
>
>
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> Facelet file from the attached testcase:
> {code}
> <?xml version='1.0' encoding='UTF-8' ?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:f="http://java.sun.com/jsf/core">
> <h:head>
> <title>Test One</title>
> </h:head>
> <h:body>
> <p>Extended datatable inside tabpanel with switchType "client"</p>
> <h:form>
> <rich:tabPanel switchType="client">
> <rich:tab>
> <f:facet name="header">
> Tab One
> </f:facet>
> Tab One
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> Tab Two
> </f:facet>
> <rich:extendedDataTable value="#{colorsBean.colors}" var="color">
> <rich:column>
> <f:facet name="header">
> Column 1
> </f:facet>
> #{color}
> </rich:column>
> </rich:extendedDataTable>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {code}
--
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
11 years, 9 months
[JBoss JIRA] (RF-12819) Metamer:rich:panelMenu: expand menu group doesn't work
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12819?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12819:
-------------------------------
Labels: myfaces (was: )
> Metamer:rich:panelMenu: expand menu group doesn't work
> ------------------------------------------------------
>
> Key: RF-12819
> URL: https://issues.jboss.org/browse/RF-12819
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Environment: RichFaces 4.3.1.CR1
> Metamer 4.3.1.20130227-CR1
> MyFaces 2.1.10
> Weld Servlet (Uber Jar) 20120106-1159
> Apache Tomcat 7.0.35
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 23.0.1271.95 @ Linux i686
> Reporter: Ján Jamrich
> Labels: myfaces
>
> PanelMenu contains some panelMenuGroups which should be expandable. But with myfaces panelMenuGroup example in metamer is not possible expand by click.
--
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
11 years, 9 months