id summary reporter owner description type status priority milestone component version resolution keywords cc 11434 [IE] Exception thrown while pasting page break Marek Lewandowski "== TC 1 (general, IE9) 1. Open samples/replacebyclass.html 2. Insert page break. 3. Select inserted page break. 4. C-c 5. Change selection. 6. C-v {{{ SCRIPT5007: Unable to get value of the property 'isBlock': object is null or undefined editable.js, line 1708 character 5 }}} Works in 3.x. ---- == TC 2 (IE11) 1. open any sample with CKEditor table plugin (i.e. samples/replacebyclass.html) 2. switch to source mode, and use following source code: {{{
 

aa

bb

 
   
}}} 4. switch back to wysiwyg mode 3. copy page break into first (top left) table cell '''Expected result:'''[[BR]] Operation should not cause exception. '''Current result:'''[[BR]] Exception is being thrown: {{{ SCRIPT5007: Unable to get property 'isBlock' of undefined or null reference File: ckeditor.js, Line: 323, Column: 45 }}} " Bug confirmed Normal Core : Pasting 4.0