﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10986	Setting text direction to content within CKEditor dialogs	Tomer Mahlin		"CKSource ticket http://dev.ckeditor.com/ticket/10633 covers the use case where users change the direction of content within a dialog and it is then inserted into the editor with the specified direction. 

This should be available for all dialogs and not just paste one. Example with standard CKEditor dialog - table dialog and caption field in it:

1. Open the Insert Table dialog
2. Enter some text in the Caption field e.g. hello world!!!
3. Switch direction of the field using bidi shortcuts e.g. Shift+Ctrl+X in FF so that the Caption field now displays
 !!!hello world
4. Click OK

Problem: The Caption gets inserted into the editor as hello world!!! rather than !!!hello world

Dialogs should also preserve the direction displayed in the editor. For example, using the table inserted in the above scenario,
1. Select the caption text in the editor and click the 'Text Direction right to left' toolbar button. This will display 
!!!hello world in the editor.
2. Then right click on the table and select 'Table Properties'.

Problem: The Caption field displays hello world!!! rather than !!!hello world.


Following the same reasoning as in ticket http://dev.ckeditor.com/ticket/10633 the suggestion is to see this ticket as new feature request. My team will suggest a sample patch for it."	New Feature	closed	Normal	CKEditor 4.5.0 Beta	UI : Dialogs	4.0	fixed		Tomer Mahlin Teresa Monahan Amir
