[richfaces-issues] [JBoss JIRA] Commented: (RF-10274) IE: tabPanel disappears inside a popupPanel

Gleb Galkin (JIRA) jira-events at lists.jboss.org
Tue Feb 8 10:39:46 EST 2011


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

Gleb Galkin commented on RF-10274:
----------------------------------

Cannot reproduce this bug:
{noformat} 
     <rich:popupPanel id="popup2" modal="false" autosized="false" resizeable="true">
            <h:form id="tab-form">
                <rich:tabPanel id="panel" switchType="ajax" tabDisabledHeaderClass="myClass_01"
                               itemChangeListener="#{togglePanelBean.itemChangeActionListener}">
                    <rich:tab header="tab1 header" headerDisabledClass="myClass_02">
                        Content will be here. Content will be here. Content will be here. Content will be here. Content will be here. Content will be here. Content will be here. Content will be here. Content will be here. Content will be here. Content will be here. Content will be here. Content will be here. Content will be here.
                    </rich:tab>
                    <rich:tab header="tab 1a (disabled) header" disabled="true">
                        Disabled tab content
                    </rich:tab>
                    <rich:tab header="tab2 header">
                        He he
                    </rich:tab>
                </rich:tabPanel>
            </h:form>
        </rich:popupPanel>
        <a href="#" onclick="RichFaces.$('popup2').show()">Open panel</a>
{noformat} 

> IE: tabPanel disappears inside a popupPanel
> -------------------------------------------
>
>                 Key: RF-10274
>                 URL: https://issues.jboss.org/browse/RF-10274
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes
>    Affects Versions: 4.0.0.Milestone5
>            Reporter: Juergen Zimmermann
>            Assignee: Gleb Galkin
>             Fix For: 4.0.0.CR1
>
>         Attachments: 1-before-resizing-having-tabPanel.jpg, 2-after-resizing-no-tabPanel.jpg
>
>
> In IE I open a popupPanel having a width which is too large. Now I try to resize the popupPanel which contains a tabPanel. Now the tabPanel is lost. I attach two screenshot to illustrate the Problem:
> a) before resizing: having the tabPanel
> b) after resizing: the tabPanel is gone.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list