Opened 10 years ago

Last modified 10 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 Olek Nowodziński)

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:
    <div style="page-break-after: always;"><span style="display:none">&nbsp;</span></div>
    <table border="1" cellpadding="1" cellspacing="1" style="width:500px">
    	<tbody>
    		<tr>
    			<td>
    			<p>aa</p>
    
    			<p>bb</p>
    			</td>
    			<td>&nbsp;</td>
    		</tr>
    		<tr>
    			<td>&nbsp;</td>
    			<td>&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    
  3. switch back to wysiwyg mode
  4. 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 10 years ago by Marek Lewandowski

Description: modified (diff)

comment:2 Changed 10 years ago by Olek Nowodziński

Component: GeneralCore : Pasting
Description: modified (diff)
Status: newconfirmed
Summary: [IE11] Exception when pasting page break into table[IE] Exception thrown while pasting page break
Version: 4.0
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy