﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8579	Chrome Bug while pasting html	Jack Bowman		"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>
}}}"	Bug	confirmed	Normal		General	3.1		Safari	
