[richfaces-issues] [JBoss JIRA] Created: (RF-7486) scrollableDataTable content disappears on browser window resizing

Denis Petrunin (JIRA) jira-events at lists.jboss.org
Fri Jul 3 00:22:51 EDT 2009


scrollableDataTable content disappears on browser window resizing
-----------------------------------------------------------------

                 Key: RF-7486
                 URL: https://jira.jboss.org/jira/browse/RF-7486
             Project: RichFaces
          Issue Type: Bug
          Components: component-ScrollableDataTable
    Affects Versions: 3.3.1
         Environment: RichFaces 3.3.1, Firefox 3.0.11 / IE7
            Reporter: Denis Petrunin


scrollableDataTable content disappears on browser window resizing if scrollableDataTable is placed into tabPanel. Try the following code in FF.

1) switch to "TAB-B"
2) make a note that scrollableDataTable becomes visible. 
3) switch back to "TAB-A"
4) resize browser window
5) switch to "TAB-B"
6) make a note that scrollableDataTable content is absent
7) resize browser window
8) make a note that scrollableDataTable becomes visible. 

Expected result: scrollableDataTable content should be visible on step 6.

<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:rich="http://richfaces.org/rich">
<body>
  <rich:tabPanel switchType="client">
    <rich:tab label="TAB-A">
      TEST
    </rich:tab>
    <rich:tab label="TAB-B">
      <rich:scrollableDataTable>
        <rich:column>
          <f:facet name="header">
            COLUMN
          </f:facet>
        </rich:column>
      </rich:scrollableDataTable>
    </rich:tab>
  </rich:tabPanel>
</body>
</html>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list