Opened 11 years ago
Last modified 11 years ago
#11434 confirmed Bug
[IE11] Exception when pasting page break into table — at Version 1
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 4.0 |
Keywords: | Cc: |
Description (last modified by )
- open any sample with CKEditor table plugin (i.e. samples/replacebyclass.html)
- switch to source mode, and use following source code:
<div style="page-break-after: always;"><span style="display:none"> </span></div> <table border="1" cellpadding="1" cellspacing="1" style="width:500px"> <tbody> <tr> <td> <p>aa</p> <p>bb</p> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table>
- switch back to wysiwyg mode
- copy page break into first (top left) table cell
Expected result:
Operation should not cause exception.
Current result:
Exception is being thrown:
SCRIPT5007: Unable to get property 'isBlock' of undefined or null reference File: ckeditor.js, Line: 323, Column: 45