Thank you Pablo for your strong efforts to keep WWB always state of the art.
I do WWB design on a complete different level so this issue to both extensions " TreeMenu " and " Tree View " is a little bit tricky to describe - but I do my best. The sample project is linked at the bottom of this post.
This Issue in one sencentce: Both extensions " TreeMenu " and " Tree View " do have an (very special) issue in generating the correct path to a project page.
Ok, let's go in details:
The project has the following structure (which can't be changed, so no work around is possible):
" pageInFolderA " has got one text item and one TreeMenu item (extension " TreeMenu "):
The TreeMenu item has got one entry - link to the page in folder B (internal web page link):
" pageInFolderB " has got one text item and pageInFolderA as *embedded* page (the yellow layer below is for understandability reason only):
Sample Project:
http://www.filedropper.com/treemenu
Now generate " pageInFolderB ".
As an expected result " pageInFolderB " should contain a link to itself,
but the generated path to " pageInFolderB " is missing the " commonFolder " entry
so clicking on the link end up with an error page.
Code: Select all
file:///C:/Users/LENOVO~1/AppData/Local/Temp/preview/folderB/START-HERE_pageInFolderB.html
The reason for this may be that the extensions " TreeMenu " and " Tree View " are using a different page selection than e. g. "embedded page " does:
Sample Project:
http://www.filedropper.com/treemenu