[ 
https://jira.jboss.org/browse/RF-6030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12554472#action_12554472
 ] 

Tales Porto commented on RF-6030:
---------------------------------

Only way I get it to work ...

<rich:modalPanel autosized="true" showWhenRendered="true" 
rendered="#{matrizAchadosBean.exibirIncluirAchado}"
        ...
        <s:div style="padding: 10px; overflow-y: auto; height: 560px; position: 
relative;">
                ...
                <rich:tabPanel switchType="ajax" style="position: absolute; 
right: 10px; left: 10px; width: 97%; margin-bottom: 10px;" 
rendered="#{matrizAchadosBean.exibirAbasAchado}">
                        ...
                </rich:tabPanel>
        </s:div>
</rich:modalPanel>
        

> tabPanel: in IE6-7 works wrong in scrollable container within modal Panel.
> --------------------------------------------------------------------------
>
>                 Key: RF-6030
>                 URL: https://jira.jboss.org/browse/RF-6030
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.1
>            Reporter: Ilya Shaikovsky
>             Fix For: 3.3.1
>
>
> tabs not scrolled together with the other content inside.
>       <rich:modalPanel 
>               showWhenRendered="true" 
>               resizeable="false"
>               width="940" 
>               height="600">
>       
>               <f:facet name="header">
>                       <h:outputText value="Test" />
>               </f:facet>
>               <s:div style="overflow: auto; height: 400px; width: 870px">
>                       <rich:simpleTogglePanel switchType="client" width="790">
>                               <f:facet name="header">
>                                       Header 1
>                               </f:facet>
>                               <div style="height:200px;width:700px">
>                                       <rich:tabPanel switchType="client">
>                                               <rich:tab>
>                                               </rich:tab>
>                                               <rich:tab>
>                                               </rich:tab>
>                                               <rich:tab>
>                                               </rich:tab>
>                                       </rich:tabPanel>
>                               </div>
>                       </rich:simpleTogglePanel>
>                       
>                       <rich:simpleTogglePanel switchType="client" width="790">
>                               <f:facet name="header">
>                                       Header 2
>                               </f:facet>
>                               <div style="height:200px;width:700px">
>                                       <rich:tabPanel switchType="client">
>                                               <rich:tab>
>                                               </rich:tab>
>                                               <rich:tab>
>                                               </rich:tab>
>                                               <rich:tab>
>                                               </rich:tab>
>                                       </rich:tabPanel>
>                               </div>
>                       </rich:simpleTogglePanel>
>               </s:div>
>       </rich:modalPanel>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/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