Hi there,
I've found an instance of FCKeditor behaving rather strange in Firefox. For some reason, the editor won't show up at all and there is just a blank space for the editor on the parent page. In the IE, everything works fine.
This happens when I copied another instance from one of my other script to this new one. I also copied the FCKeditor directory and configuration files and modified them correctly to suit the new directory structure. In the original script, the editor works fine with Firefox and IE - so I can't figure out that what's the problem in this new script.
The differences (that I find significant) with the working original script and this new not-working script follow:
- the FCKeditor instance (PHP) is called inside an include file and inside a function
- the FCKeditor and the calling script are one subdirectory deeper in the directory structure
The differences above should not be browser-dependent, so they should not affect the behaviour of FCKeditor on Firefox.
There is no error messages to help me to track the source of the problem, not from the server-side or the client-side (Javascript).
Thanks for help !
Ville
I've found an instance of FCKeditor behaving rather strange in Firefox. For some reason, the editor won't show up at all and there is just a blank space for the editor on the parent page. In the IE, everything works fine.
This happens when I copied another instance from one of my other script to this new one. I also copied the FCKeditor directory and configuration files and modified them correctly to suit the new directory structure. In the original script, the editor works fine with Firefox and IE - so I can't figure out that what's the problem in this new script.
The differences (that I find significant) with the working original script and this new not-working script follow:
- the FCKeditor instance (PHP) is called inside an include file and inside a function
- the FCKeditor and the calling script are one subdirectory deeper in the directory structure
The differences above should not be browser-dependent, so they should not affect the behaviour of FCKeditor on Firefox.
There is no error messages to help me to track the source of the problem, not from the server-side or the client-side (Javascript).
Thanks for help !
Ville
RE: Blank FCKeditor in Firefox
RE: Blank FCKeditor in Firefox
RE: Blank FCKeditor in Firefox
The page just seems to stop loading the editor. I also tested in Windows, and my newly installed page loads fine in both IE and firefox.
Any fixes?
RE: Blank FCKeditor in Firefox
It also works fine for me with IE
RE: Blank FCKeditor in Firefox
RE: Blank FCKeditor in Firefox
RE: Blank FCKeditor in Firefox
If it is of any interest, I had the same problem and discovered it was raised specificially in:
http://sourceforge.net/forum/message.php?msg_id=3272381
RE: Blank FCKeditor in Firefox
I tried looking for the code that needed modifying in the referenced thread, but I couldn't find it. I suspect it has already been fixed but I am still having the issue.
Thanks!
RE: Blank FCKeditor in Firefox
RE: Blank FCKeditor in Firefox
It's connected with XML - styles and templates.
When I remove ['style'] button the toolbar shows up.
Then I click on templates button - and I have no templates listed.
When I moved the same config to my home server - everything is OK!!!
So I think it has to be some thing in the apache configuration - id doesn't put correct headers or something?