CKEditor 3.5.2 with IE8 is not working correctly, if there is <select> tag in the text.
At ckeditor.com demo page it is working fine, but if I download my own copy of CKEditor 3.5.2 and open with IE8 (Windows7) ckeditor/_samples/fullpage.html,
press "Source Code" and enter:
and then press "Source Code" to get WYSIWYG view back and select some text after the selectbox and try to make it bold by pressing B button in the toolbar, it does not work. CKeditor seems to think that focus is somewhere before the selectbox and wrong text becomes bold. Other toolbar buttons don't work too.
At ckeditor.com demo page it is working fine, but if I download my own copy of CKEditor 3.5.2 and open with IE8 (Windows7) ckeditor/_samples/fullpage.html,
press "Source Code" and enter:
<p>aaa <select><option>A</option></select> bbb xxx</p>
and then press "Source Code" to get WYSIWYG view back and select some text after the selectbox and try to make it bold by pressing B button in the toolbar, it does not work. CKeditor seems to think that focus is somewhere before the selectbox and wrong text becomes bold. Other toolbar buttons don't work too.