Opened 11 years ago

Last modified 11 years ago

#10476 confirmed Bug

IE8: Unspecified error when pasting with a selection in the editor

Reported by: Teresa Monahan Owned by:
Priority: Normal Milestone:
Component: General Version: 3.5.3
Keywords: IBM Cc: Satya Minnekanti, Irina

Description

To Reproduce:

  1. Open any CKEditor sample in IE8.
  2. Insert a table
  3. Select the table by clicking on the table border or by selecting table on the elements path bar.
  4. Use Ctrl+C to copy the table and then Ctrl+V to paste it.

Problem: A browser error occurs and the table is removed from the editor.

The error is an Unspecified Error in wysiwygarea/plugin.js at line 125.

This also occurs with other content e.g. paste the following into Source view, switch to wysiwyg and repeat steps 3 & 4:

<div style="width: 500px">
	Some text goes here</div>

This is reproducible since revision [6559]. It seems to be specific to IE8 as this testcase works fine in IE7 and IE9. I cannot reproduce it in 4.x builds, however this is an important issue for us so we would appreciate your input on it.

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed
Version: 3.6.6 (SVN - trunk)3.5.3

I can confirm this issue for CKE 3.x.

There are also two other issues caused by this revision: #7975, #8575.

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