[ https://issues.jboss.org/browse/RF-12033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12947301#comment-12947301 ]
Steve Oh commented on RF-12033: ------------------------------- Jiri, I have added two screenshots from my setup. one showing the problem and the second one, that looks just like yours. I just resized the browser window in between. how can I help? regards > 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 > Assignee: Jiří Štefek > Labels: lazy-loaded > Attachments: rf-12033-jsf2.1.20-glassfish3.1.2.2-ie-source-OK.htm, > rf-12033-jsf2.1.20-glassfish3.1.2.2-ie9-OK.png, > rf12033_IE10_OK_resizing_window.png, rf12033_IE9_error.png, 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 _______________________________________________ richfaces-issues mailing list richfaces-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/richfaces-issues