Opened 13 years ago

Closed 13 years ago

#7608 closed Bug (fixed)

ckeditor 3.5.3 have problems paste

Reported by: albert700 Owned by:
Priority: Normal Milestone:
Component: Accessibility Version: 3.3.1
Keywords: Cc:

Description

Using ckeditor 3.5.3 in ie8 paste will add "<span style="display:none"> </span>", use the shortcut key ctrl + v paste does not appear

Change History (3)

comment:1 Changed 13 years ago by Jakub Ś

Version: 3.5.33.3.1
  1. Open replacebycode sample and go to second editor
  2. Select sample text with a mouse and copy it using CRTL+C
  3. Place cursor after dot (with left click), right click to see context menu and paste
    Important: When IE asks whether to allow access, press allow
  4. Paste the same text using CRTL+V

Result: empty div is pasted <span style="display:none"> </span> instead of text (see source view).

This was reproducible in IE8 and IE9 from CKEditor 3.3.2

comment:2 Changed 13 years ago by Jakub Ś

Status: newpending

It is reproducible in version 3.5.3 but it seems to be fine in latest trunk version. @albert700 can you still reproduce this issue in latest demo version http://nightly.ckeditor.com/demo?

comment:3 Changed 13 years ago by Jakub Ś

Resolution: fixed
Status: pendingclosed

Working fine from CKEditor 3.5.4

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