﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3574	Indent whole paragraph incorrect	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page in FF;
 1. Press 'Select All' button;
 1. Click on 'Increase Indent' command;
  * Expected Result: 
{{{
<p style=""margin-left: 40px;"">
	This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">CKEditor</a>.</p>
}}}
  * Actual Result: Javascript error thrown.
{{{
<p style=""margin-left: 40px;"">
	<span _fck_bookmark=""1"" style=""display: none;"">&nbsp;</span></p>
<p style=""margin-left: 40px;"">
	This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">CKEditor</a>.</p>
}}}
"	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	Core : Styles		fixed	Confirmed Review+	
