Hello,
I fire up an CKEDITOR using this line:
CKEDITOR.replace( 'ckedittxt',{contentsLangDirection: 'rtl'} );
However, I cannot click on any of the buttons nor enter the content area, until I click on "Source" twice.
Any idea? There are no JS errors in the console