[opencms-dev] Firefox 17 breaks RTE

Tobias Herrmann t.herrmann at alkacon.com
Thu Nov 22 15:12:52 CET 2012


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




More information about the opencms-dev mailing list