﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13137	Firefox only -  inserting a link using insertHtml and clicking inside editor, causes caret to position incorrectly outside anchor tag	Christophe Guillou		"Steps to recreate:

CKEDITOR.instances.editor1.insertHtml('<a>hello</a>')


User clicks editable zone of the editor (eg. iframe.body), and after the wording ""hello"" displays (this means the caret is position after the word ""hello"")

User types the following characters in the editor "" world"" 

Observed Result =
CKEDITOR.instances.editor1.getData()

""<p dir=""ltr""><a>hello</a> world</p>
""

Expected Result  =

CKEDITOR.instances.editor1.getData()
""<p dir=""ltr""><a>hello world</a></p>
""

Note: this is not an issue in Chrome."	Bug	closed	Normal		General		duplicate	IBM	Satya Minnekanti Irina giogio
