﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3989	Scrolling problem with IE and RTL pages	Sa'ar Zac Elias	Garry Yao	"when using the editor in a rtl page [in IE], the x-scroller is stretching and when the client scrolls it all the way left you see something as 'Rich text editor, editor1'. for example, if using this code:
{{{
<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">
<html xmlns=""http://www.w3.org/1999/xhtml"" dir=""rtl"">
   <head>
      <script type=""text/javascript"" src=""ckeditor.js""></script>
      <title>CKEditor Test</title>
   </head>
   <body>
      <textarea class=""ckeditor"" id=""editor1""></textarea>
   </body>
</html>
}}}
The output is:
[[Image(http://i27.tinypic.com/14c7l2p.png)]]
i've tried to wrap the editor with an ltr div but the problem had continued."	Bug	closed	Normal	CKEditor 3.0	General		fixed	IE Confirmed Review+	
