-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Medium
-
None
-
Affects Version/s: 2.8.1, 2.9, 2.9.2
-
Component/s: Themes / Theming
Using the Panel macro breaks the layout in the Clickr theme. The following is the sample wiki markup:
{section}
{column:width=50%}
{panel:title=Tab: Test1|borderStyle=solid|borderColor=#ccc|titleBGColor=#FFCC66|bgColor=#FFFFCC|border=1|frame=none|cellpadding=1|cellspacing=1}
* Test
{panel}
{column}
{column:width=50%}
{panel:title=Tab:Test2|borderStyle=solid|borderColor=#ccc|titleBGColor=#FFCC66|bgColor=#FFFFCC|border=1|frame=none|cellpadding=1|cellspacing=1}
* some text
{panel}
{column}
{section}
{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}
A formatted panel
{panel}
{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}
A formatted panel
{panel}
This issue doesn't happen in the default theme and left navigation theme.