Hello, i had post this message previously (viewtopic.php?f=8&t=14275&p=37710#p37710) but now i see there is a development forum about CKEditor so i'm posting it here now:
1. when using the editor in a rtl page [in IE], the x-scroller is stretching and when the clients 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>
it outputs:.
i've tried to wrap the editor with an ltr div but the problem had continued.
2. you cannot remove the preview and the full height and width section (including the lock and the reset) of an image.
3. there is no validation for an image URL, which means you can put an empty string inside and the editor will not generate an error message.
have a great day!
Re: Scrolling problem in a rtl page in IE and the image dialog
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Scrolling problem in a rtl page in IE and the image dialog
This is problem is still breaking my page, in IE 7 and lower. In my body's style i have direction:rtl, and even if i put direction:ltr, for the table contatining the ckeditor, it still breaks my page.
thanx in advance
Omer
Holy Land Art