Details
Description
Steps to reproduce:
- Create a page named "Quote" (include the " in the name)
- On a new line, type [Quote and select the page we've just created as target
Expected result:
The link is displayed with label "Quote" and works.
Actual result:
{label}
is displayed, the generated XWiki syntax is
[[{label}>>{reference}]]
.
Also, there are several errors in the browser's console.
Uncaught DOMException: Element.querySelector: '#cke_147 li[data-id="document:xwiki:"Quote".WebHome"]' is not a valid selector Uncaught Error: Item with given id does not exist
This shows that there is some missing escaping in the selector.