#3812: CKEditor's editor area is not editable in IE8/IE7 and no data is displayed in Firefox ----------------------------+----------------------------------------------- Reporter: Senthil | Owner: martinkou Type: Bug | Status: assigned Priority: High | Milestone: CKEditor 3.x Component: General | Version: Keywords: Oracle Review? | ----------------------------+----------------------------------------------- Changes (by martinkou):
* keywords: Oracle => Oracle Review? Comment: The culprit of the IE7 or 8 bug is the removal of the editing area - this is done by the innerHTML assignment in Senthil's sample, or, it can be done with destroy() that's within our API. Senthil's sample is actually doing one thing wrong - he should have called destroy() before creating another editor instance of the same name. This causes the JavaScript error in IE and is not our fault. However, for safety, I've added a check in the editor constructor to check for duplicated instances. So now the only problem left for us is breaking IE7/8's selection system with destroy() - which is within the scope of our API. The fix to this, is to put the selection back to the parent document without scrolling the window. -- Ticket URL: <http://dev.fckeditor.net/ticket/3812#comment:15> FCKeditor <http://www.fckeditor.net/> The text editor for Internet ------------------------------------------------------------------------------ _______________________________________________ FCKeditor-Trac mailing list FCKeditor-Trac@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fckeditor-trac