﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6953	Relative links turn to absolute after copy & paste on IE7	Matti Järvinen		"Relative links turn to absolute after copy & paste on IE7

Steps to reproduce:

1. This is the editor source:
{{{
<p>
	This is <a href=""aaa"">some </a><strong>sample text</strong>.</p>
}}}

2. Copy in WYSIWYG mode paste it back into editor. 

Result:
{{{
<p>
	This is <a href=""http://nightly.ckeditor.com/6300/_samples/aaa"">some </a><strong>sample text</strong>.</p>
}}}

Expected:
{{{
<p>
	This is <a href=""aaa"">some </a><strong>sample text</strong>.</p>
}}}

Tested against nightly revision 6300"	Bug	closed	Normal	CKEditor 3.5.1	Core : Pasting	3.5.1	fixed	IE	satya_minnekanti@…
