﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13469	RTL - Isn't working	kezz		"RTL doesn't seem to actually work.

I can't get it to work on the demo page either.

http://ckeditor.com/demo#full

I click the buttom ""Text direction right to left"".

It seems like all it does is do an align right. Instead of actually writing it RIGHT to LEFT.

I have tried forcing it to work RTL inside config.js with:

config.contentsLangDirection = 'rtl';

Still doesn't work just basically does right align.

Also tried

instance = CKEDITOR.replace('Body');
instance.config.contentsLangDirection = 'rtl';

Still just does an align right without actually writing right to left.

Am I missing something?

Thanks

"	Bug	closed	Normal		General		invalid		
