Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.4.7, 7.4.3, 8.2-milestone-2
-
Fix Version/s: 8.3-milestone-2, 7.4.5, 8.2.2
-
Component/s: Tree
-
Labels:None
-
Difficulty:Easy
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
If using the tree macro like so:
{{tree links='true'}} * [[Grandparent>>Space.Page]] ** [[Parent>>http://www.xwiki.org]] {{/tree}}
The tree is created but the links do not work.
href attribute of the nodes are overwritten at some point with "#".
Expected result:
A tree with clickable nodes that direct you to the specified link.
*Note: If using html in the macro content instead, it seems to work fine.