Opened 11 years ago
Last modified 11 years ago
#11434 confirmed Bug
[IE] Exception thrown while pasting page break
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 4.0 |
Keywords: | Cc: |
Description (last modified by )
TC 1 (general, IE9)
- Open samples/replacebyclass.html
- Insert page break.
- Select inserted page break.
- C-c
- Change selection.
- 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)
- 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
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Component: | General → Core : Pasting |
---|---|
Description: | modified (diff) |
Status: | new → confirmed |
Summary: | [IE11] Exception when pasting page break into table → [IE] Exception thrown while pasting page break |
Version: | → 4.0 |