﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10250	#10224 ACF problem not solved in 4.1	Bert Hankes		"Hi, 

I just commented #10224 but because the ticket is closed, a new one.

Just installed 4.1 and still the same problem :-( 

I have (exerpt): 


var allowed = 'a(iLink)[!title,!onclick,href]', required = 'a(iLink)[title,onclick]'; 


editor.addCommand( 'internelink', new CKEDITOR.dialogCommand( 'internelinkDialog' ),{allowedContent: allowed, requiredContent: required } ); 

It produces the following tag: <p><a class=""iLink"" onclick=""iLink(25)"" title=""test"">test</a></p> 

But when changing to source and back all left is: <p>test</p> 

I could be wrong in programming the plugin, but I use the link-example as reference!
"	Bug	closed	Normal		Core : Parser	4.1	duplicate		info@…
