[opencms-dev] Firefox 17 breaks RTE

Hein van der Kallen hvanderkallen at xs4all.nl
Sat Nov 24 19:50:21 CET 2012


Did what Tobias recommended
no effect.
And reinitialized workspace.
And It works again.

Hein van der Kallen

----- Original Message ----- 
From: "Tobias Herrmann" <t.herrmann at alkacon.com>
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Sent: Thursday, November 22, 2012 3:12 PM
Subject: Re: [opencms-dev] Firefox 17 breaks RTE


Hi Christoph,

to fix this problem you have to edit the files 
/system/workplace/editors/fckeditor/editor_configuration.xml and 
/system/workplace/editors/tinymce/editor_configuration.xml and replace the 
<useragent> node with

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

Greetings, Tobias

--

Alkacon Software GmbH - The OpenCms Experts

http://www.alkacon.com
http://www.opencms.org

Am 22.11.2012 15:04, schrieb Christoph Fröhlich:
> Hi,
>
> it seems that Firefox 17 breaks the rich text editor in OpenCms 8.0.4.
>
> Editing our content types with Firefox 16 shows the rte as expected, with 
> buttons on top and formatted text.
>
> With Firefox 17 the text field becomes a vanilla html text area, showing 
> all html tags.
>
> Is anyone else experiencing this?
>
> Regards
> Christoph
>
>
>
> _______________________________________________
> 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/cgi-bin/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/cgi-bin/mailman/listinfo/opencms-dev






More information about the opencms-dev mailing list