Opened 15 years ago

Closed 15 years ago

#3989 closed Bug (fixed)

Scrolling problem with IE and RTL pages

Reported by: Sa'ar Zac Elias 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: http://i27.tinypic.com/14c7l2p.png i've tried to wrap the editor with an ltr div but the problem had continued.

Attachments (2)

3989.patch (1.6 KB) - added by Garry Yao 15 years ago.
3989_2.patch (1.3 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 15 years ago by Garry Yao

Keywords: IE Confirmed added

comment:2 Changed 15 years ago by Garry Yao

Milestone: CKEditor 3.0

Changed 15 years ago by Garry Yao

Attachment: 3989.patch added

comment:3 Changed 15 years ago by Garry Yao

Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

Regression of [3169].

comment:4 Changed 15 years ago by Tobiasz Cudnik

Maybe we can hide it like in #3843 ?

Changed 15 years ago by Garry Yao

Attachment: 3989_2.patch added

comment:5 in reply to:  4 Changed 15 years ago by Garry Yao

Replying to tobiasz.cudnik:

Maybe we can hide it like in #3843 ?

Thanks for the tip.

comment:6 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:7 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3942].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy