Opened 13 years ago

Last modified 13 years ago

#7636 confirmed Bug

Wildly varying copy/paste results between browsers

Reported by: robmueller Owned by:
Priority: Normal Milestone:
Component: Core : Pasting Version: 3.1
Keywords: Cc:

Description

  • Got to http://ckeditor.com/demo
  • Click in the editing area
  • Ctrl-A to select all
  • Ctrl-C to copy selection
  • Ctrl-V to paste and replace selection

FF4: Result looks pretty much the same as it was

Chrome: All text is bold

IE9: All text is bold and font size is 3 times as large

Opera: Doesn't work at all. Neither Ctrl-C or Edit -> Copy seem to actually copy the content, so Ctrl-V just pastes whatever was previously on the clipboard

Change History (1)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.5.33.1

Hasn't been working from CKEditor 3.1 for Webkit and all versions of IE. Behavior is as described above.

In FF it looks fine.

Copying with CRTL+A CRTL+C hasn't been working for Opera from CKEditor 3.0. Not sure if there wasn't a bug for it so I did not open a new issue.

I have managed to simplify the test case to:

<h1>
	Little Red Riding Hood</h1>
<p>
	Little Red Riding Hood is a famous about a young girls encounter with a wolf. The story has been changed considerably in its history and subject to numerous modern adaptations and readings.</p>

It looks like h1 tag is causing all this.

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