[opencms-dev] FireFox 4.0 and FCKEDITOR

Schliemann, Kai K.Schliemann at comundus.com
Thu Mar 24 11:37:44 CET 2011


Hi,
another solution:
i copied the stuff from a current OpenCms version (7.5.2) to the one in an 7.0.x version and it works.

This is what i copied to the config file:
#######
		<agent>^Mozilla/4\.0 \(compatible; MSIE [56789]\.\d*; .*\)$</agent>
		<agent>^Mozilla/5\.0 \(.*\) Gecko/20\d* .*$</agent>
		<agent>^Mozilla/5\.0 \(.*\).*Chrome.*$</agent>
		<agent>^Mozilla/5\.0 \(.*\).* Version/[34].* Safari.*$</agent>
######
Please note, that I added a "9" in the first row. This should make MS IE9 work as well. Unfortunately I cannot test it because I am working on XP.
But maybe it should be made more general, because I heard that M$ will bring out IE 10 late this year.
HTH

Regards
Kai


-----Ursprüngliche Nachricht-----
Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Michael Emmerich
Gesendet: Donnerstag, 24. März 2011 11:31
An: The OpenCms mailing list
Betreff: Re: [opencms-dev] FireFox 4.0 and FCKEDITOR

Georgi,

this is the well known problem with newer Firefoxes and older OpenCms 
version.

Please do the follwing:

1) Edit the file 
/system/workplace/editors/fckeditor/editor_configuration.xml

2) Replace the line

    ^Mozilla/5\.0 \(.* rv:1\..*\) Gecko/200\d* .*$

              with

    ^Mozilla/5\.0 \(.*\) Gecko/20\d* .*$

     save and publish the file

3) Reinitialize the workplace or restart the servlet container

After this OpenCms 7.0.5 works with FF4.

Kind Regards,
Michael.

Am 24.03.2011 10:56, schrieb Georgi Naplatanov:
> Hi everybody.
>
> After upgrading FireForx to 4.0 fckeditor stopped working. I use OpenCms
> 7.0.5.
>
> Any ideas how to fix this ?
>
> Best regards
> Georgi
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev

-- 
Kind Regards,
Michael.

-------------------
Michael Emmerich

Visit OpenCms Days 2011 Conference and Expo
May 9 to May 10 2011 in Cologne, Germany
http://www.opencms-days.org

Alkacon Software GmbH  - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list