﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3247	Unable to increase indent on list	Garry Yao		"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Make the following content with the selection;
{{{
<ul>
	<li>^text</li>
</ul>
}}}
 1. Check the 'Increase Indent command'.
  * Actual Result: The 'Increase Indent' command is disabled.
  * Expected Result : The command is enabled, and after click on the command, the content will become:
{{{
<ul style=""margin-left: 40px;"">
	<li>
		text</li>
</ul>
}}}"	Bug	closed	Normal		General		fixed		
