Firefox 3
20 posts
• Page 1 of 2 • 1, 2
Firefox 3Problems with firefox 3
in fckeditorcode_gecko.js team FCKeditor.... solution?
|
Re: Firefox 3Same Problem here! Since upgrading to Firefox 3.0 FCKEditor (using 2.6.1) is not working anymore.
|
Re: Firefox 3fckeditor team.
you are working in this problem right ? all the comunity of Mozilla is wainting ...... Thx a lot !
|
Re: Firefox 3This is a known problem with Firefox 3 when FCKeditor is opened from the local filesystem: https://dev.fckeditor.net/ticket/1645.
The issue is caused by a new security check implemented in Firefox 3 for file:// URIs. It can be disabled by going to about:config and setting security.fileuri.string_origin_policy to false. See the following Mozilla documentation for more information: http://kb.mozillazine.org/Security.file ... gin_policy
|
Re: Firefox 3A typo. Should be security.fileuri.strict_origin_policy
|
Re: Firefox 3
The developers of Firefox got a reason to secure this, so I would not prefer to disable it to get a workaround! I am waiting for a fix.
|
Re: Firefox 3
Then install a web server on you machine and use localhost. At the current state of the restriction made in Firefox, it's impossible to make this work without rewriting everything to change all the locations of the files (and even then I'm not sure if it would work) 1. Read the documentation
2. Check the nightly build 3. If the problem isn't reported, file a ticket about it
|
Re: Firefox 3
The strict origin policy setting in Firefox 3 only applies to file:// URLs, what it does is this: Let's say you've an HTML in the local filesystem opened in Firefox 3, and the HTML opens another file also from the local filesystem in an iframe. Now, the two documents want to communicate with each other via JavaScript. Strict origin policy means the communication will only be allowed in the following cases:
So, if you opened something like ../some_dir/some_html.html in the child iframe, Firefox 3 will determine that they are not from the "same origin" even though they belong to the same code package (e.g. FCKeditor, or Dojo, or YUI, etc.), and thus FF3 will give out permission errors. It is clearly written in the MozillaZine document I gave you that "If you do development with local files and need to be able to retrieve other local files, you may need to set this preference to false". So disabling this security check for local web development is pretty much a standard practice in Firefox 3. Also, since the security check applies to file:// URL only, there shouldn't be any way it can be exploited by malicious remote websites, so the security risks posed by disabling the strict origin policy setting should be minimal. Last edited by martinkou on Sat Jun 21, 2008 12:33 am, edited 1 time in total.
|
Re: Firefox 3
It would be nice if Firefox 3 allows some way of declaring that certain directories belong to the same code package and thus are of the "same origin". Unfortunately there's no way to do this so far. I guess this new security check in Firefox 3 is causing a lot of troubles in locally filed web page as beyond just FCKeditor right now (e.g. Wikipedia on DVDs?).
|
Re: Firefox 3I just hope that now that Firefox 3 has been released, enough people face the problem and report it in the proper place (that's it: to the Firefox developers) that they finally add any such measure to allow this kind of pages without problems.
Waiting for a fix in FCKeditor is just wasting the time. 1. Read the documentation
2. Check the nightly build 3. If the problem isn't reported, file a ticket about it
|
20 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: MSN [Bot], Yahoo [Bot] and 6 guests