xwikisas / application-diagram Public
forked from xwiki-contrib/application-diagramNew issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The link to a wiki page isn't working in PDF export, from Diagram Menu #94
Comments
Indeed I haven't handled these type of links. I think they are stored as HTML links in the shape (node) label. We need to extend the |
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Dec 3, 2019
…xwikisas#94 * treated the case when the node that has a link is a mxCell, with the value attribute that contains the 'a' tag
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Dec 4, 2019
…xwikisas#94 * refactoring on how to find nodes
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Dec 4, 2019
…xwikisas#94 * escape meta-characters
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Dec 4, 2019
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Dec 6, 2019
…xwikisas#94 * used jquery functions instead of regex
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Dec 6, 2019
…xwikisas#94 * changed also importLinks for update mxCell tags * refactoring
oanalavinia
added a commit
to oanalavinia/application-diagram
that referenced
this issue
Dec 13, 2019
oanalavinia
added a commit
that referenced
this issue
Dec 13, 2019
#96) * The link to a wiki page isn't working in PDF export, from Diagram Menu #94 * treated the case when the node that has a link is a mxCell, with the value attribute that contains the 'a' tag * The link to a wiki page isn't working in PDF export, from Diagram Menu #94 * refactoring on how to find nodes * The link to a wiki page isn't working in PDF export, from Diagram Menu #94 * escape meta-characters * The link to a wiki page isn't working in PDF export, from Diagram Menu #94 * refactor * The link to a wiki page isn't working in PDF export, from Diagram Menu #94 * used jquery functions instead of regex * The link to a wiki page isn't working in PDF export, from Diagram Menu #94 * changed also importLinks for update mxCell tags * refactoring * The link to a wiki page isn't working in PDF export, from Diagram Menu #94 * refactoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Expected results: The links are working.
Actual results: It appears as the text is shown as a link but there is no link to go to.
Note: The links work when adding a link with a shape, from the plus sign.
The text was updated successfully, but these errors were encountered: