﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5259	FF 3.6 https/ssl Issue	Tim Fluehr	Garry Yao	"In Firefox 3.6 you receive the ""Contains unauthenticated content"" warning.

I tracked the issue down and it looks like it is coming from the following on line 291 of 'ckeditor/_source/plugins/wysiwygarea/plugin.js' (version 3.2).

' src=""javascript:void(function(){' + encodeURIComponent( srcScript ) + '}())""' +

Changing that line to the following resolves the error, but probably causes other problems in other browsers because it is no longer includes 'srcScript'

' src=""javascript:false;""' + 

"	Bug	closed	Normal	CKEditor 3.3	General	SVN (CKEditor) - OLD	fixed	Firefox Confirmed Review+	
