﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10778	Range is expanded when inserting a link on styled text	Teresa Monahan	Piotr Jasiun	"To Reproduce:
- Enter bold text followed by a space in the editor e.g. 'test '
- Select the text you entered but not the space character
- Open the Link dialog and insert a URL. Press OK
'''Problem:''' The anchor tag has been added as a parent of the strong tag. You can see this from the elements path bar - a is listed before strong. Also if you click after the link and type some text, you can clearly see that the space character has been included as part of the link.

The HTML after the link is inserted is:
{{{
<p><a href=""http://wwwwwwww""><strong>test </strong></a></p>
}}}

It should be:
{{{
<p><strong><a href=""http://wwwwwwww"">test</a> </strong></p>
}}}"	Bug	closed	Normal	CKEditor 4.3.2	Core : Styles	4.2.1	fixed	IBM	Satya Minnekanti Irina
