[opencms-dev] Opera browser support was Re: FireFox 4.0 and FCKEDITOR

Tobias Herrmann t.herrmann at alkacon.com
Fri Mar 25 09:23:53 CET 2011


Hi,

I tried the FCKEditor with Opera, but there are some issues with the toolbar not showing etc.. So it won't work properly without changes to the fckeditor source.

Regarding IE9 you need to make two changes. Edit /system/workplace/editors/fckeditor/editor_configuration.xml:

<useragents>
<agent>^Mozilla/[45]\.0 \(compatible; MSIE .*\)$</agent>
<agent>^Mozilla/5\.0 \(.*\) Gecko/20\d* .*$</agent>
<agent>^Mozilla/5\.0 \(.*\).*Chrome.*$</agent>
<agent>^Mozilla/5\.0 \(.*\).* Version/[34].* Safari.*$</agent>
</useragents>

Also add <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"> to the head of /system/workplace/resources/editors/fckeditor/editor/fckeditor.html.

Regards, Tobias

--
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


Am 24.03.2011 12:39, schrieb Georgi Naplatanov:
> Hi.
>
> There are almost all browsers, but why is missing Opera browser ? It is
> supported by Fckeditor.
>
> Best regards
> Georgi
>
> On 03/24/2011 12:37 PM, Schliemann, Kai wrote:
>> 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
> _______________________________________________
> 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