﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6207	Indentation using classes fail	Jorge		"There is not possible to indent 3 levels, and the remove indentation buttom only works in the first level.

This bug had reported and solved in version 3.1 (Ticket #5152), but in version 3.3.1 [5548] it ""came back"".

Replace the line:
{{{
element.addClass( editor.config.indentClasses[ indentStep - 1 ] );
}}}

with this one to solve it:

{{{
element.$.className = CKEDITOR.tools.ltrim( className + ' ' + editor.config.indentClasses[ indentStep - 1 ] );
}}}
"	Bug	closed	Normal		Core : Styles	3.4.1	fixed		
