﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14721	convertToPx function in RTL mode	Irina	Tade0	"
In convertToPx function style attribute is always set to left even when editor is in RTL mode, e.g. 

{{{
calculator = CKEDITOR.dom.element.createFromHtml( '<div style=""position:absolute;left:-9999px;' +
                        'top:-9999px;margin:0px;padding:0px;border:0px;""' +
                        '></div>', CKEDITOR.document );
}}}


Should this be replaced with 'right' for RTL mode?

"	Bug	closed	Normal		General	4.0	expired	IBM	Satya Minnekanti
