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
Status: | new → pending |
---|---|
Version: | 4.5.4 |
comment:2 Changed 9 years ago by
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
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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 $$$
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?