﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13694	Link dialog removes onclick attribute	Henning	kkrzton	"== Steps to reproduce ==

1. go to CKEditor demo http://ckeditor.com/demo#standard
2. switch to source code mode
3. remove the existing source
4. enter 
{{{
<a href=""www.google.de"" onclick=""alert('onclick');"" >my link with onclick</a>
}}}
5. switch to wysiwyg mode
6. doubleclick the link
7. in the link dialog, click the OK button

== Expected result ==
onclick attribute is preserved without change.

== Actual result ==
onclick attribute is removed

== Other details (browser, OS, CKEditor version, installed plugins) ==

I guess that CKEditor removes the onClick attribute because it might have been 
generated by CKEditor before via the Target option _<popup window>_. But 
CKEditors link dialog should remove the onClick only if the target option 
_<popup window>_ was set when the link dialog was opened. "	Bug	review	Normal		General	3.0			
