Ticket #3989 (closed Bug: fixed)
Scrolling problem with IE and RTL pages
| Reported by: | Saare | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | IE Confirmed Review+ | Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
