Before I raise this as a bug, is anyone having an issue/know how to resolve an issue with inserting anchorlinks in the RTE editor in Umbraco 14?
When I insert the anchorlink via the "Insert Link" toolbar and enter the anchor name in the anchor/querystring field, the resulting markup for the anchorlink gets prefixed with the text /undefined, so the link url is invalid.
For example:
<a href="/undefined#cheese" title="Show me some cheese!" data-anchor="#cheese">Show me some cheese!</a>
In fact, I think the /undefined element is actually referring to the current editor url in some way. If I edit a page, then click in the browser url input box and hit return to refresh the editor page, then try to insert the anchorlink, instead of /undefined I get the current url prefixed to the anchorlink e.g.
Insert anchorlink bug in Umbraco 14?
Before I raise this as a bug, is anyone having an issue/know how to resolve an issue with inserting anchorlinks in the RTE editor in Umbraco 14? When I insert the anchorlink via the "Insert Link" toolbar and enter the anchor name in the anchor/querystring field, the resulting markup for the anchorlink gets prefixed with the text /undefined, so the link url is invalid. For example:
In fact, I think the /undefined element is actually referring to the current editor url in some way. If I edit a page, then click in the browser url input box and hit return to refresh the editor page, then try to insert the anchorlink, instead of /undefined I get the current url prefixed to the anchorlink e.g.
Reproducable on at least v14.1.2 and v14.2.0
Raised as a bug here:
https://github.com/umbraco/Umbraco-CMS/issues/17009
is working on a reply...