Opened 10 years ago
Closed 10 years ago
#13238 closed Bug (duplicate)
Links do not work in CKEditor
Reported by: | Robert Emmett | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.4.4 |
Keywords: | Cc: |
Description
I have been able to replicate the following steps in Chrome (42.0), Firefox (37.0.2), and IE 11, with our 4.4.4 build and the demo on this website.
- Type "something" in editor
- Highlight "something"
- Click the link symbol
- Using http protocol, enter a URL text
- Click "OK"
The text appears to contain the link (blue color and underlining), however, you cannot mouseover the link nor click on the link in the editor. If you copy the RAW HTML and paste in the browser (outside the editor), you can mouseover the text and click on the link as expected.
Again, I was able to replicate the behavior using the CKEditor demo on this website so I don't think it's limited to just v4.4.4.
At the moment this is how editor works but there is a feature request for it already.
DUP of #7145.