Issue Details (XML | Word | Printable)

Key: PGTR-31
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: David Chui Wing Yen
Reporter: Maleko Taylor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence PageTree Plugin

Pagetree macro below a TOC macro results in no pagetree

Created: 21/Aug/08 01:32 PM   Updated: 19/Feb/09 06:28 AM
Component/s: {pagetree}
Affects Version/s: 1.9
Fix Version/s: 1.10.2
Security Level: public (Anyone can view the issue)

Time Tracking:
Not Specified

Labels:
Internal Complexity: 5
Internal Value: 3


 Description  « Hide
Not really sure if this is an issue with the pagetree or the toc macro, but....

this works:

{pagetree}
{toc}
h2. 1
h2. 2

this doesn't, pagetree not displayed:

{toc}
h2. 1
h2. 2
{pagetree}

yet this works, pagetree displayed both above and below:

{pagetree}
{toc}
h2. 1
h2. 2
{pagetree}


 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Maleko Taylor added a comment - 21/Aug/08 02:13 PM
Ok, initially after you save the page for the first time, the pagetree does not show up. Only after you refresh the page, the pagetree appears.

David Chui Wing Yen added a comment - 19/Feb/09 06:28 AM
Can't reproduce this with 1.11-SNAPSHOT. The refactoring done for PGTR-38 must have fixed it.