[ 
https://issues.apache.org/struts/browse/WW-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40671
 ] 

Musachy Barroso commented on WW-1775:
-------------------------------------

This is a dojo limitation, to nest a tabbed panel, add the nested panel inside 
the parent panel, instead of a nested div, for example:

Won't work:

<s:tabbedpanel ...>
    <s:div ...>
         <s:tabbedpanel ...>
         </s:tabbedpanel>
    </s:div>
</s:tabbedpanel>

Will work:


<s:tabbedpanel ...>
    <s:tabbedpanel ...>
     </s:tabbedpanel>
</s:tabbedpanel>

I fixed the showcase example.

> Nested tabbedPanel does not work in IE
> --------------------------------------
>
>                 Key: WW-1775
>                 URL: https://issues.apache.org/struts/browse/WW-1775
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.6
>         Environment: Windows/XP, IE 6.0, 7.0
>            Reporter: laxman gajbhe
>         Assigned To: Musachy Barroso
>             Fix For: 2.1.0
>
>
> Tabbed panel tag does not work on IE with a nested panel. 
> When I've a tab containing a TabbedPanel, it shows up the tabbedPanel first 
> time I click on the tab but when I go to that tab again it disappears.
> Showcase example /showcase/ajax/tabbedpanel/example1.jsp also does not work 
> on IE (both 6.0 and 7.0)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to