﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14506	IE: Cursor moves outside of the anchor when space is entered	Irina		"== Steps to reproduce ==

1. Insert following into the console tab in the dev tools:

{{{
CKEDITOR.instances.editor.document.on(""keypress"", function(ev){
   var key = ev.data.getKey();
   if (key == 64) { // '@'
      ev.data.preventDefault();
      CKEDITOR.instances.editor.insertHtml('<a href="""">@</a>');
   }
})
}}}

2. Input some text in the instance of the ckeditor such as ""hey @amy jones""
3. In the console you can see how ""@amy"" is within the anchor element whereas ""jones"" was moved outside.

== Expected result ==
The ""jones"" should be appearing in blue as part of the link.

== Actual result ==
The ""jones"" gets moved outside of the link.

== Other details (browser, OS, CKEditor version, installed plugins) ==
Tested in IE11 & MS Edge.

Note: you might need to disable automatic hyperlinking in IE11 for testing."	Bug	closed	Normal		General		wontfix	IBM	
