Opened 14 years ago
Last modified 14 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
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:
It looks like h1 tag is causing all this.