Issue Details (XML | Word | Printable)

Key: VISIB-31
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: David Peterson
Reporter: Tomi Strugar
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Visibility Plugin

show-if does not work properly with section and column macros, renders html instead

Created: 05/Dec/07 10:51 PM   Updated: 22/Mar/08 02:24 PM
Component/s: {show-if}
Affects Version/s: 1.6.0
Fix Version/s: 1.7.0

Time Tracking:
Not Specified

Environment: Conf 2.6.1, Linux


 Description  « Hide
The following code: {section}
{column}
{show-if:action=view}
Test{show-if}{column}
{column}
{show-if:action=view}
Test 2{show-if}{column}
{section} {show-if:action=view}
{section}
{column}
Test{column}
{column}
Test 2{column}{section}{show-if}

......produces:

Test Test 2

<table class="sectionMacro" border="0" cellpadding="5" cellspacing="0" width="100%"><tbody><tr>
<td class="confluenceTd" valign="top">
<p>Test</p></td>
<td class="confluenceTd" valign="top">
<p>Test 2</p></td></tr></tbody></table>

The {show-if} outside the {section} used to work prior going to conf 2.6.1 and visibility 1.6. Not sure when it stopped working though.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.