﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6447	Outdent with indentClasses doesn't work on list	Garry Yao	Garry Yao	" 1. Config the editor as:
{{{
config.indentClasses = ['Indent1', 'Indent2', 'Indent3'];
}}}
And the following content.css addings:
{{{
.Indent1{
	margin-left:20px;
}
.Indent2{
	margin-left:40px;
}
}}}
 1. Make the following content and selection:
{{{
<p>^item</p>
}}}
 1. Indent '''twice''' then try to outdent;
  * Actual Result: It's impossible to outdent the paragraph at all."	Bug	closed	Normal	CKEditor 3.4.3	Core : Lists		fixed		
