﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1270	Style should not be removed from collapsed selection on element boundary	Frederico Caldeira Knabben		"If the selection is collapsed in the one of the boundaries of a style element, the element must not be removed when removing the style.

For example, today we have the following behavior when removing a <b> style (where ""|"" represents the selection):

{{{
Before:
   This is some <b>styles|</b> text.

After:
   This is some styles| text.
}}}

The expected result is the following instead:

{{{
   This is some <b>styles</b>| text.
}}}

The style is simply moved outside the element. The same behavior is expected if the collapsed selection is placed at the beginning of the element."	Bug	closed	Normal	FCKeditor 2.5 Beta	Core : Styles	SVN (FCKeditor) - Retired	fixed	Confirmed	
