Opened 9 years ago

Closed 9 years ago

#13836 closed Bug (invalid)

Edit link with href ###root### not working

Reported by: Tomaž Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

edit link as <a href="###root###">test</a>

not working. Ckeditor is last version.

Change History (3)

comment:1 Changed 9 years ago by Jakub Ś

Status: newpending
Version: 4.5.4

URL which starts with '#' is treated as anchor e.g. http://stackoverflow.com/questions/8192742/what-is-the-meaning-of-in-url-and-how-can-i-use-that. I see no problem here. CKEditor recognizes it correctly.

Could you tell me what that link is used for?

comment:2 Changed 9 years ago by Tomaž

It is url which is replaced at page frontend with exact url. How can I disable that, or, how can I make that link popup has only URL field that works? Other we dont need: linktype, protocol...

comment:3 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed

Taking into account that <a href="#root">test</a> is a most of the time an anchor, you can only change ### to something else e.g. *** or $$$

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy