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

Denis Petrunin updated RF-7486:
-------------------------------

          Environment: 
RichFaces 3.3.1 / 3.3.3.CR1 / 3.3.3.Final
Windows XP
Firefox 3.0.11 / 3.5.8 / 3.6.3
IE7

  was:
RichFaces 3.3.1 / 3.3.3.CR1
Windows XP
Firefox 3.0.11 / 3.5.8
IE7

    Affects Version/s: 3.3.3.Final
          Description: 
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 (change width)
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.
Note: there is no such issue in IE8.0

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

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



The issue can be reproduced in RF 3.3.3.Final

> scrollableDataTable content disappears on browser window resizing
> -----------------------------------------------------------------
>
>                 Key: RF-7486
>                 URL: https://jira.jboss.org/jira/browse/RF-7486
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-ScrollableDataTable
>    Affects Versions: 3.3.1, 3.3.3.CR1, 3.3.3.Final
>         Environment: RichFaces 3.3.1 / 3.3.3.CR1 / 3.3.3.Final
> Windows XP
> Firefox 3.0.11 / 3.5.8 / 3.6.3
> IE7
>            Reporter: Denis Petrunin
>            Assignee: Konstantin Mishin
>             Fix For: Future
>
>
> 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 (change width)
> 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.
> Note: there is no such issue in IE8.0
> <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

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

Reply via email to