﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10468	[IE] Presence of CK Editor blocks scripts from properly loading with //@ sourceUrl on IE	David		"1) On IE, go to any site; in console, type '''eval(""slashslash@ a"")'''.

Evaluation happens properly.

1) On IE, go to http://ckeditor.com/demo; in console, type '''eval(""slashslash@ a"")'''

Evaluation breaks as IE tries to evaluate a and fails.


This breaks us when we attempt to load scripts since we use the slashslash@ sourceURL=xxxx.js trick to evaluate scripts in their separate files. Our current workaround is not doing this sourceUrl evaluation on IE, but it would be nice to understand why eval behaves differently with CK Editor on the page.


slash == / (for some reason, a double slash does not render in the editor)"	Bug	confirmed	Normal		General	3.0			dka@…
