﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1969	FCKXml.LoadUrl fails on non-http pages	Stijn Sanders		"In Internet Explorer, using an alternative way to get to HTML pages, (e.g. a plugin implementing IInternetProtocol), for security reasons, XmlHttpRequest.responseXML is empty, but responseText works, so I generally update fckeditorcode_ie.js
""if (B.status==200||B.status==304) this.DOMDocument=B.responseXML;else if (B.status==0&&B.readyState==4){""
to
""if (B.status==200||B.status==304) this.DOMDocument=B.responseXML;if ((B.status==0&&B.readyState==4)||this.DOMDocument.firstChild==null){""
to have the responseText loaded in a new document"	Bug	closed	Low		General		wontfix		
