[ 
https://issues.jboss.org/browse/RF-11239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Leathem updated RF-11239:
-------------------------------

    Steps to Reproduce: 
{code}
<rich:tabPanel switchType="client" headerLocation="center">
      <rich:tab name="myTab" header="Tab">
         <rich:extendedDataTable var="process"
                        selectionMode="none" frozenColumns="3"
                        value="#{myBean.processesList}"
                        style="width:460px; height:500px;">
                        <rich:column width="60px">
                                <f:facet name="header">
                                        Title
                                </f:facet>
                                <h:outputText value="#{process.processName}" />
                        </rich:column>  
          </rich:extendedDataTable>
      </rich:tab>
</rich:tabPanel>
{code}

  was:
<rich:tabPanel switchType="client" headerLocation="center">
      <rich:tab name="myTab" header="Tab">
         <rich:extendedDataTable var="process"
                        selectionMode="none" frozenColumns="3"
                        value="#{myBean.processesList}"
                        style="width:460px; height:500px;">
                        <rich:column width="60px">
                                <f:facet name="header">
                                        Title
                                </f:facet>
                                <h:outputText value="#{process.processName}" />
                        </rich:column>  
          </rich:extendedDataTable>
      </rich:tab>
</rich:tabPanel>


    
> rich:tab with extendedDataTable
> -------------------------------
>
>                 Key: RF-11239
>                 URL: https://issues.jboss.org/browse/RF-11239
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.0.0.Final
>         Environment: Windows, Mozilla Firefox 5.0
>            Reporter: Jonny Scri
>              Labels: extendedDataTable, header, tab
>             Fix For: 4.1.0.Tracking
>
>         Attachments: ExtendedDataTableBug.war
>
>
> extendedDataTable header in rich:tab is not rendered when tab is selected. 
> When I click on tab everything is rendered, but not the table header. 
> Everything else works fine. With IE 8 works fine but not with FF! In FF all 
> table header become visible after a page refresh (not necessarily generated 
> by a button click but also if I open firebug).

--
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to