pagetree macro results are wrong in Confluence 5.1.4

Robert Lauriston July 11, 2013

I'm using the Documentation theme, modified to use a custom pagetree macro as described here:

https://answers.atlassian.com/questions/21300/how-to-expand-page-tree-in-confluence-4-0-documentation-theme

The macro is:

{pagetree:root=documentation library|startDepth=1|expandCollapseAll=true}

This works fine, except that "Expand all Collapse all" at the top of the tree is so far to the left that the E is cut off:

1 answer

0 votes
Amalia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 13, 2013

I can reproduce this in 5.1.3. This is a valid bug and I have created a bug report here: https://jira.atlassian.com/browse/CONF-29949

Please refer to the bug report for the workaround.

Cheers,

Amalia

Robert Lauriston
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2013

The workaround is to add this to the space stylesheet:

#splitter-sidebar .plugin_pagetree {
margin-left: 0px !important;
}

It looks better with a higher value than 0px.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events