﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10679	"IE complains if ""@"" is used right after comment start"	Piotrek Koszuliński		"Problem was described on forum: http://ckeditor.com/forums/CKEditor/ckeditor-causes-comments-prefixed-by-in-subsequent-scripts-to-be-executed-as-code-in

CKEditor uses conditional compilation to determine whether it is ran on IE. If CKEditor's source file is followed (even indirectly) by:

{{{
//@
}}}

or:

{{{
/*@
}}}

IE will parse this comment as a CC statement (although, I have no idea why :|) causing a very likely syntax error.

Possible workarounds:

* load CKEditor source after script with such comment,
* do not use @ right after comment start (space is enough)."	Bug	confirmed	Normal		General	3.0		IE	
