#3989: Scrolling problem with IE and RTL pages
---------------------+------------------------------------------------------
 Reporter:  Saare    |       Owner:     
     Type:  Bug      |      Status:  new
 Priority:  Normal   |   Milestone:     
Component:  General  |     Version:     
 Keywords:           |  
---------------------+------------------------------------------------------
 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.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3989>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to