﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11607	"Custom direction ""rtl"" set for body in fullPage mode is reverted to ""ltr"" in data"	Olek Nowodziński		"1. Create editor with `config.fullPage = true`
2. Set HTML: 
 {{{
<html>
<head>
	<title></title>
</head>
<body dir=""rtl""></body>
</html>
}}}
3. Show source/`getData`.

'''Expected''': The same HTML as set in 2.

'''Actual''':
{{{
<html>
<head>
	<title></title>
</head>
<body dir=""ltr""></body>
</html>
}}}

'''The origin''' I discovered the bug with docprops plugin, which brings Language Direction field in its dialog.

'''What's wrong?''' First bad commit is git:751e298cca8. It's fine in 3.6.x."	Bug	confirmed	Normal		General	4.0			
