Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 95618 invoked from network); 7 Dec 2007 07:39:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2007 07:39:05 -0000 Received: (qmail 90532 invoked by uid 500); 7 Dec 2007 07:38:53 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 90512 invoked by uid 500); 7 Dec 2007 07:38:53 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 90503 invoked by uid 99); 7 Dec 2007 07:38:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 23:38:53 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 07 Dec 2007 07:38:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5F159714258 for ; Thu, 6 Dec 2007 23:38:43 -0800 (PST) Message-ID: <3513623.1197013123386.JavaMail.jira@brutus> Date: Thu, 6 Dec 2007 23:38:43 -0800 (PST) From: "Andre Schild (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Commented: (JSPWIKI-86) %%tabbedSection are rendered incorrectly In-Reply-To: <19731720.1196347243010.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-86?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549327 ]=20 Andre Schild commented on JSPWIKI-86: ------------------------------------- Hello Dirk, yes, the tabs work in the jspwiki.org. I also did test it with FF under Win= dows XP and Ubuntu, and also with IE 6.0, all show the same problem. Yesterday I upgraded to the current cvs 2.5.166, but it's still showing the= same effect. No, in the js console I don't see any error or warnings. When I do a view generated page content from the FF developpers tools I see= the following code:
IsMyFirstTab Some text inside the first tab.
IsMyLastTab Some other text inside the second tab.
The problem looks like the item This2 hidetab = is putting the hidetab class not in the class=3D"" definition, but to the t= extnode. Do you know in what part of the javascript this code is generated ? Andr=C3=A9 > %%tabbedSection are rendered incorrectly > ---------------------------------------- > > Key: JSPWIKI-86 > URL: https://issues.apache.org/jira/browse/JSPWIKI-86 > Project: JSPWiki > Issue Type: Bug > Components: Default template > Environment: JSPWiki v2.5.161-cvs > Windows XP with Firefox 2.0.0.10 and IE 6.0SP1 > Reporter: Andre Schild > Assignee: Dirk Frederickx > Priority: Minor > Attachments: screenshot-1.jpg, Wiki.jsp.htm, Wiki.jsp.html > > > The %%tabbedSection is rendered incorrectly. > It does render also a second line with tabs.=20 > Page Content: > %%tabbedSection > %%tab-ThisIsMyFirstTab > Some text inside the first tab. > /% > %%tab-ThisIsMyLastTab > Some other text inside the second tab. > /% > /% --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.