﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11693	Body direction is being reset in fullPage mode (bidi).	Marek Lewandowski		"**TC1**

1. open Document Properties sample with CKEditor (samples/plugins/docprops/docprops.html)
2. using ""Source"" button, paste following markup:
{{{
<html>
<head>
	<title></title>
</head>
<body dir=""rtl"">
<h1>Test string.</h1>
</body>
</html>
}}}
3. go back to wysiwyg mode
4. check again Source

'''Expected result:'''[[BR]]
Body element should be: {{{<body dir=""rtl"">}}}

'''Current result:'''[[BR]]
Body element is: {{{<body dir=""ltr"">}}}

**TC2**

1. open Document Properties sample with CKEditor (samples/plugins/docprops/docprops.html)
2. use ""Document Properties"" button from toolbar
3. set Language Direction to ""Right to Left (RTL)""
4. click ok (note that document will gain RTL direction, which is correct)
5. switch to Source mode
6. switch back to wysiwyg mode

'''Expected result:'''[[BR]]
Document is restored to left to right.

'''Current result:'''[[BR]]
Doucment should stay with right to left text direction.

additional info:[[BR]]
1. experienced with chrome@Win7, IE8@Win7"	Bug	closed	Normal		Core : BiDi		duplicate		
