﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16711	Ckeditor changes attribute (and creates new attribute) when an attribute contains &quot; ... occurs on load	Fred Lovine		"== Steps to reproduce ==

1. Load the following html in ckeditor: <p><img alt=""abc &quot;xyz"" /></p>
2. View in source mode

Here is a test page:
<!doctype html>
<html lang=""en"">
<head>

	<script type=""text/javascript"" src=""/ckeditor/ckeditor.js""></script>
	<script type=""text/javascript"" language=""javascript"">
		window.onload = function() {
			CKEDITOR.config.allowedContent = true;
			CKEDITOR.replace( 'contentId', {
			});
		};
	</script>

</head>
<body>
	<textarea  name=""content"" id=""contentId""><p><img alt=""abc &quot;xyz"" /></p>
</body>
</html>

== Expected result ==
<p><img alt=""abc &quot;xyz"" /></p>

== Actual result ==
<p><img alt=""abc "" xyz="""" /></p>

== Other details (browser, OS, CKEditor version, installed plugins) ==
Tested in Chrome and Edge. Occurs in version 4.5.9 and 4.6.0."	Bug	closed	Normal		General		invalid		
