Scrolling problem with IE and RTL pages
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:
i've tried to wrap the editor with an ltr div but the problem had continued.
Change History (9)
Keywords: |
IE Confirmed added
|
Milestone: |
→ CKEditor 3.0
|
Keywords: |
Review? added
|
Owner: |
set to Garry Yao
|
Status: |
new →
assigned
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Regression of [3169].