﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11325	[Image2] Breaks with config.contentsLangDirection = 'rtl'	Marek Lewandowski		"observed at '''major'''[[BR]]

It seems that when we'll set text direction to rtl, it will break image2 (at least in our sample).

1. update image2 sample so it will look like that:
{{{
CKEDITOR.replace( 'editor1', {
	extraPlugins: 'image2',
	height: 450,
	contentsLangDirection: 'rtl'
} );
}}}
2. open sample with image2 plugin (/samples/plugins/image2/image2.html)

'''Expected result:'''[[BR]]
Similar markup/graphic feel as in ltr mode.

'''Current result:'''[[BR]]
Code seems to be broken, blocks do overflow to each other etc.

additional info:[[BR]]
1. This is cross-browser issue (at least tested it with IE10, latest FF, chromium).
"	Bug	closed	Normal		General		invalid		
