﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3423	Unable to outdent when editor.config.indentUnit != 'px'	Josh Nisly	Martin Kou	"If the editor configuration is set to use an indent unit other than px (e.g. 'pt'), outdenting does not work. This is because the indent detection logic uses getComputedStyle, which returns the indent in pixels.

One solution is to mimic V2 behavior and use getStyle instead of getComputedStyle. Attached is a patch which implements this."	Bug	closed	Normal	CKEditor 3.0	General	SVN (CKEditor) - OLD	fixed	HasPatch Review+	
