﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8076	Link attribute is not pasted with image.	Krzysztof Studnik		"=== Environment ===
Found under Opera, also happens under IE
=== TC ===
 - open image dialog
 - fill all atributes on all tabs and press OK (or paste example code)
Image with link should be added
{{{
<p>
	<a href=""http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png"" target=""_blank""><img alt=""ckeditor logo"" class=""test"" dir=""rtl"" id=""2"" lang=""pl"" longdesc=""http://dev.ckeditor.com/"" src=""http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png"" style=""border-right: 11px solid; border-top: 11px solid; float: left; margin: 11px; border-left: 11px solid; width: 214px; border-bottom: 11px solid; height: 59px"" title=""test1"" /></a></p>
}}}
 - in WYSIWYG select image and copy to clipboard
 - paste selected image, back into editor.
=== Expected ===
Copied image == pasted
=== Actual ===
Pasted image has no link attribute
{{{
</a><img alt=""ckeditor logo"" class=""test"" dir=""rtl"" id=""2"" lang=""pl"" longdesc=""http://dev.ckeditor.com/"" src=""http://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png"" style=""border-right: 11px solid; border-top: 11px solid; float: left; margin: 11px; border-left: 11px solid; width: 214px; border-bottom: 11px solid; height: 59px"" title=""test1"" />
}}}"	Bug	confirmed	Normal		Core : Pasting	3.0			
