﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5091	Domain relaxation partially broken in FF	Wiktor Walc	Garry Yao	"Under some conditions, FF is throwing this error:

  Permission denied for <http://dev.ckeditor.local:8080> (document.domain has not been set) to get property Window.document from <http://dev.ckeditor.local:8080> (document.domain=<http://ckeditor.local>).

(confirmed in FF 3.5.7).

It seems that this bug has been introduced when fixing #4514. Reverting [4492] removes that particular error.

=== Steps to reproduce ===

 * Using '''release''' version of CKEditor, open the following URL in FF: http://dev.ckeditor.local:8080/ckeditor/_dev/releaser/release/release/_samples/replacebycode.html (note: there is a port number in the url)
 * edit replacebycode.html sample and add there:
 {{{
<script type=""text/javascript"">
document.domain = ""ckeditor.local"";
</script>
 }}}
 after
 {{{
<script type=""text/javascript"" src=""../ckeditor.js""></script>
 }}}
 (make sure you're editing replacebycode.html, it seems that it does not happen in replacebyclass.html)
 * reload http://dev.ckeditor.local:8080/ckeditor/_dev/releaser/release/release/_samples/replacebycode.html
 * result:
 {{{
Permission denied for <http://dev.ckeditor.local:8080> 
(document.domain has not been set) to get property Window.document 
from <http://dev.ckeditor.local:8080> 
(document.domain=<http://ckeditor.local>).
 }}}"	Bug	closed	Normal	CKEditor 3.2	General	3.1	fixed	Oracle, Confirmed Review+	senthil.kumaran@…
