﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2807	Fatal error when using content-type: application/xhtml+xml	Dmitri Ponomarjov		"Steps to reproduce:
1. Use ""content-type: application/xhtml+xml"" in HTTP response headers.
2. Initialise FCKEditor using the following Javascript code:
<script type=""text/javascript"">
var oFCKeditor = new FCKeditor('content');
oFCKeditor.BasePath = ""../externals/fckeditor/"";
oFCKeditor.Value	= '';
oFCKeditor.Create();
</script>
Result: FCKEditor is not started. The following error message can be seen in FireBug extension for Firefox.

uncaught exception: Operation is not supported (NS_ERROR_DOM_NOT_SUPPORTED_ERR)
[Break on this error] document.write( this.CreateHtml() ) ;
fckeditor.js (line 67)

This problem is not appearing if 'content-type: text/html' is used in HTTP headers.

This problem has been reproduced on the following software:
OS: Windows XP SP3 Eng
Browsers: Firefox 3.0.5, Google Chrome 1.0.154.43, Safari 3.1.1 (525.17), Opera 9.63"	New Feature	closed	Normal		General		wontfix	Review- CantFix	
