﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2976	plugin:basicstyle remove style at collapsed selection	Garry Yao	Garry Yao	"=== Description ===
Current inline style system doesn't handle the case when selection is collapsed inside styled element correctly. A MS-Word mimics behavior should be provided to actually allow users to type in the middle with the style canceled.

=== Procedures ===
 1. Open  the ''replace by code'' example page in IE6;
 1. Make selection as below:
{{{
<p>This is some <strong>sam^ple text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p>
}}}
 1. Click '''bold''' command to cancel the bold style
 * Actual Result : 
{{{
<p>This is some sample text. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p>
}}}
 * Expected Result: The document remain unchanged, but when the user begin to type from this selection point, text should in unbold style.[[BR]]
{{{
<p>This is some <strong>sam^ple text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p>
}}}
 * E.g after user type 'xxx' , document should result in :
{{{
<p>This is some <strong>sam</strong>xxx<strong>ple text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p>
}}}"	Bug	review_failed	Normal		Core : Styles	3.0 Beta 2			
