Opened 9 years ago
Closed 9 years ago
#13957 closed Bug (wontfix)
IE unwanted after link
Reported by: | Martin Krieger | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description
Steps to reproduce
- Open demo page in Internet Explorer. Clear the content.
- Insert a link.
- Add a space and some text behind the link.
- View source.
Expected result
A link <a>...</a> followed by a space and some text.
Actual result
<a href="http://ckeditor.com">http://ckeditor.com</a> Link
Other details (browser, OS, CKEditor version, installed plugins)
Bug shows only in IE (IE 11 on Win 8.1), Firefox works as expected (other browsers not tested). Same problem e.g. with the placeholder plugin.
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | IE added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Version: | 4.5.5 |
This is IE behaviour. We don't control it and can't really do anything about it
document.getElementById('test_div').innerHTML;
Result:
<p><a href="http://test.com">Link_Test</a> test test</p>