Opened 12 years ago

Last modified 12 years ago

#8579 confirmed Bug

Chrome Bug while pasting html

Reported by: Jack Bowman Owned by:
Priority: Normal Milestone:
Component: General Version: 3.1
Keywords: Safari Cc:

Description

This is similar to ticket #8514 , but I have a way to reproduce it.

OS: Windows 7 SP1 Browser: Chrome 15.0.874.121

Paste the following HTML into a file on your machine:

<html>
<body>
Testing testing
<a href="test.html">link</a>
What's going on here?
</body>
</html>

In one tab in Chrome open the HTML file above.

In another tab in Chrome go to ckeditor.com/demo .

Copy everything from the first tab to ckeditor in the second tab. Only the first line will appear, even though you expect all of the text to be there.

I am confident this is happening because of a misbehaving webkit shim in http://svn.ckeditor.com/CKEditor/releases/stable/_source/plugins/clipboard/plugin.js . Just search for "bogusSpan".

You could also see this behavior with the following html:

<html>
<body>
Testing testing
<br>
What's going on here?
</body>
</html>

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: Safari added
Status: newconfirmed
Version: 3.1

I have checked this under Chrome 16 issue does not occur there however this issue can be reproduced in latest Safari 5.1.2 (7534.55.7).

Both provided test cases cause this paste error.

This has been that way from CKEditor 3.1.

comment:2 Changed 12 years ago by Jakub Ś

This issue has been duplicated in #8514

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