From issues-return-4646-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Sat Mar 24 16:21:21 2007 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 69295 invoked from network); 24 Mar 2007 16:21:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Mar 2007 16:21:20 -0000 Received: (qmail 21669 invoked by uid 500); 24 Mar 2007 16:21:20 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 21630 invoked by uid 500); 24 Mar 2007 16:21:20 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 21611 invoked by uid 99); 24 Mar 2007 16:21:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2007 09:21:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2007 09:21:11 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 68D27714046 for ; Sat, 24 Mar 2007 09:20:51 -0700 (PDT) Message-ID: <33508818.1174753251425.JavaMail.jira@brutus> Date: Sat, 24 Mar 2007 09:20:51 -0700 (PDT) From: "Musachy Barroso (JIRA)" To: issues@struts.apache.org Subject: [jira] Commented: (WW-1775) Nested tabbedPanel does not work in IE In-Reply-To: <17976699.1172600416148.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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: Will work: 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.