Hi all,
I've been using FCKeditor for nearly 3 years and compared to some of the other wysiwyg's out there this is in my humble opinion by far and away the best, and makes managing website content so much easier
I've been trying to upgrade from one of the early versions today to the latest version of 2.5. IE works fine all of the plugins we've installed over the years work fine, however for some reason i can not get v2.5 to work in firefox.
What I get is the contents of the "Style" drop down menu appear where the top left hand corner of the wysiwyg should appear. I then also get a White box (meeting the height dimensions of the wysiwyg iframe) off the right of the sreen by a good 150px - 200px. - I get no content, no tool bars, not even an outline around the frame.
As i run firebug i've used that and it is saying there is an error on line 67 of fckeditorcode_gecko.js which it implies is related to the fckstyles.xml file the contents of which appear in a table.
Line 67 contains the following code:
67FCKXml.prototype={LoadUrl:function(A){this.Error=false;var B=this;var C=FCKTools.CreateXmlObject('XmlHttp');C.open("GET",A,false);C.send(null);if (C.status==200||C.status==304) this.DOMDocument=C.responseXML;else if (C.status==0&&C.readyState==4) this.DOMDocument=C.responseXML;else this.DOMDocument=null;if (this.DOMDocument==null||this.DOMDocument.firstChild==null){this.Error=true;if (window.confirm('Error loading "'+A+'"\r\nDo you want to see more info?')) alert('URL requested: "'+A+'"\r\nServer response:\r\nStatus: '+C.status+'\r\nResponse text:\r\n'+C.responseText);}},SelectNodes:function(A,B){if (this.Error) return [];var C=[];var D=this.DOMDocument.evaluate(A,B?B:this.DOMDocument,this.DOMDocument.createNSResolver(this.DOMDocument.documentElement),XPathResult.ORDERED_NODE_ITERATOR_TYPE,null);if (D){var E=D.iterateNext();while(E){C[C.length]=E;E=D.iterateNext();}};return C;},SelectSingleNode:function(A,B){if (this.Error) return null;var C=this.DOMDocument.evaluate(A,B?B:this.DOMDocument,this.DOMDocument.createNSResolver(this.DOMDocument.documentElement),9,null);if (C&&C.singleNodeValue) return C.singleNodeValue;else return null;}};
Re: FCKeditor v2.5 problem with firefox 2.0 using php
Try to use the default styles that come in the installation, you should try to move from the default install to your customized version little by little to understand exactly where it does stop working.
Of course a url to check the problem could help
Re: FCKeditor v2.5 problem with firefox 2.0 using php
Hi,
Yep cache fully cleaned, deleted all old files before uploading new version.
A link to the actual site is a touch difficult as its stuck behind a password protected admin area, however i have dropped a link below to an image of the problem if it is of any use. Ignore the orange boxes they are to cover some elements i need to keep hidden and orange was the first colour i had to hand in photoshop!
http://www.trimastsystems.co.uk/FCKeditorFirefox.jpg
Not to sure how much help it will be but it should show the problem .
Thanks,
Rob
Re: FCKeditor v2.5 problem with firefox 2.0 using php
Someday in the future it might get fixed, you just have to wait until someone generates a public testcase.
Re: FCKeditor v2.5 problem with firefox 2.0 using php
Thanks,
Rob
Re: FCKeditor v2.5 problem with firefox 2.0 using php
If it's too complex to put it in a public space then you could PM the url (and user/pwd if neccesary) to Wiktor, Martinkou or me.
Re: FCKeditor v2.5 problem with firefox 2.0 using php
i'll post a link here once i've got it sorted.
thanks again
Rob
Re: FCKeditor v2.5 problem with firefox 2.0 using php
I have a similar problem but om using FCKeditor .net control to load the editor on my page, and when I click on a dropdown in the editor it renders the content in the dropdown fine, but under the dropdown some kind div or table continues to the bottom of the browser.
http://es-web.dk/FCKeditor_FF.jpg
The withe break in the bottom border is the problem.
There is no problem in IE
Re: FCKeditor v2.5 problem with firefox 2.0 using php
Re: FCKeditor v2.5 problem with firefox 2.0 using php
For anyone interested, the problem is due to the styles applied to every iframe in that page. Check http://dev.fckeditor.net/ticket/1633
Re: FCKeditor v2.5 problem with firefox 2.0 using php
When adding news or a new page, the title of the news / page is saved to the database, but not the content. I tested then 2.80 with opera and konqueror (i know about the problems with those browsers), and there the content is saved too. Then i uninstalled 2.80, reinstalled 2.77 and tested it again with firefox 2.0.0.11 and there everything works like it should.