Search code examples
javascriptckeditorfckeditor

workaround for ckeditor bug nesting divs bug?


Any suggestions or workarounds for this bug?
http://dev.ckeditor.com/ticket/6436
i really need to get around this bug as i need to delete whole divs with one backspace in the editor area in CKEditor. but on insertion the divs get nested due to the bug. So, deletion of individual divs become impossible.


Solution

  • Here is the workaround i finally designed-- http://thecamelcase.com/2011/06/reining-in-the-cursor-in-ckeditor/