[opencms-dev] OpenCms 8.0.4 and IE 9 (was Internet Explorer bug)
Christoph Fröhlich
cfauto at folge2.de
Fri Oct 19 07:03:48 CEST 2012
Hi all,
maybe my last posting was a bit to technical. I try to re-formulate my question:
We have a OpenCms 8.0.4 site running and our client started to use IE9 to edit content.
When clicking on an ADE edit button the following exception occurs
(undefined): DOM Exception: INVALID_CHARACTER_ERR (5) code: 5 ABORT_ERR: 20 DOMSTRING_SIZE_ERR: 2 HIERARCHY_REQUEST_ERR: 3 INDEX_SIZE_ERR: 1 INUSE_ATTRIBUTE_ERR: 10 INVALID_ACCESS_ERR: 15 INVALID_CHARACTER_ERR: 5 INVALID_MODIFICATION_ERR: 13 INVALID_STATE_ERR: 11 NAMESPACE_ERR: 14 NETWORK_ERR: 19 NOT_FOUND_ERR: 8 NOT_SUPPORTED_ERR: 9 NO_DATA_ALLOWED_ERR: 6 NO_MODIFICATION_ALLOWED_ERR: 7 PARSE_ERR: 81 QUOTA_EXCEEDED_ERR: 22 SECURITY_ERR: 18 SERIALIZE_ERR: 82 SYNTAX_ERR: 12 TYPE_MISMATCH_ERR: 17 URL_MISMATCH_ERR: 21 VALIDATION_ERR: 16 WRONG_DOCUMENT_ERR: 4
Does anyone knows how to fix this and can point me in some direction?
Thanks and regards
Christoph
Anfang der weitergeleiteten Nachricht:
> Von: Christoph Fröhlich <cfauto at folge2.de>
> Betreff: Aw: [opencms-dev] Internet Explorer bug
> Datum: 17. Oktober 2012 09:18:47 MESZ
> An: The OpenCms mailing list <opencms-dev at opencms.org>
> Antwort an: The OpenCms mailing list <opencms-dev at opencms.org>
>
> Hi,
>
> we ran into the same issue. Clients try to edit content with IE9 in our OpenCms 8.0.4-based site and fail.
>
>
> I tried to fix this, by
> - clone branch_8_0_x from git hub
> - execute "ant bindist" in opencms_core
>
> Unfortunately the build failed with some errors (see beow).
> Did anyone succeed with editing content with IE9 in an OpenCms 8.0.4 Installation?
>
> Thanks and regards
> Christoph
>
>
>
> There were 13 errors when building. All seems to be related to missing classes in com.google.gwt.user.client...
> For example:
> ---------------------
> [javac] /Users/cf/project/systems/opencms-core/src/org/opencms/gwt/shared/rpc/I_CmsCoreServiceAsync.java:46: cannot find symbol
> [javac] symbol : class SynchronizedRpcRequest
> [javac] location: package com.google.gwt.user.client.rpc
> [javac] import com.google.gwt.user.client.rpc.SynchronizedRpcRequest;
> -------------------------------
>
> Checking the jar with
> ------------------------
> unzip -l lib/compile/gwt-user-2.3.0.jar | grep SynchronizedRpcRequest
> ------------------------
> does not output anything
> It seems that the source expects another gwt-client jar as the one that is provided.
>
> What makes me stop short furthermore is that the build script starts with
> -----------------------------------------------
> [echo] Building OpenCms 8.0.2
> -----------------------------------------------
>
> I expected "8.0.4" instead of "8.0.2".
>
>
>
>
> Am 08.05.2012 um 10:58 schrieb Tobias Herrmann <t.herrmann at alkacon.com>:
>
>> Hi Tobias,
>>
>> you are right, there still is an issue with IE9. Don't know how we missed that while testing.
>>
>> I have fixed it and pushed the changes to our github repository. You just need to rebuild the org.opencms.ade.* modules and import them into your OpenCms to patch it.
>>
>> Sorry about that.
>>
>> Greetings, Tobias
>> --
>>
>> Visit OpenCms Days 2012 Conference and Expo September 24 to 25, 2012 in Cologne, Germany http://www.opencms-days.org
>>
>> Alkacon Software GmbH - The OpenCms Experts
>> Tobias Herrmann
>>
>> http://www.alkacon.com -- http://www.opencms.org
>>
>>
>> Am 07.05.2012 15:48, schrieb Tobias Karrer:
>>>
>>> Yes, Problem with GWT still exists within ADE...
>>>
>>> (undefined): DOM Exception: INVALID_CHARACTER_ERR (5) code: 5 ABORT_ERR: 20 DOMSTRING_SIZE_ERR: 2 HIERARCHY_REQUEST_ERR: 3 INDEX_SIZE_ERR: 1 INUSE_ATTRIBUTE_ERR: 10 INVALID_ACCESS_ERR: 15 INVALID_CHARACTER_ERR: 5 INVALID_MODIFICATION_ERR: 13 INVALID_STATE_ERR: 11 NAMESPACE_ERR: 14 NETWORK_ERR: 19 NOT_FOUND_ERR: 8 NOT_SUPPORTED_ERR: 9 NO_DATA_ALLOWED_ERR: 6 NO_MODIFICATION_ALLOWED_ERR: 7 PARSE_ERR: 81 QUOTA_EXCEEDED_ERR: 22 SECURITY_ERR: 18 SERIALIZE_ERR: 82 SYNTAX_ERR: 12 TYPE_MISMATCH_ERR: 17 URL_MISMATCH_ERR: 21 VALIDATION_ERR: 16 WRONG_DOCUMENT_ERR: 4
>>>
>>>
>>> -----Ursprüngliche Nachricht-----
>>> Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Tobias Herrmann
>>> Gesendet: Montag, 7. Mai 2012 15:31
>>> An: The OpenCms mailing list
>>> Betreff: Re: [opencms-dev] Internet Explorer bug
>>>
>>> Hi Tobias,
>>>
>>> editing should work fine with IE9 since release 8.0.4. Do you have any issues with it?
>>>
>>> Greetings, Tobias
>>>
>>> --
>>>
>>> Visit OpenCms Days 2012 Conference and Expo September 24 to 25, 2012 in Cologne, Germany http://www.opencms-days.org
>>>
>>> Alkacon Software GmbH - The OpenCms Experts Tobias Herrmann
>>>
>>> http://www.alkacon.com -- http://www.opencms.org
>>>
>>>
>>>
>>> Am 07.05.2012 12:40, schrieb Tobias Karrer:
>>>> Tobias Herrmann<t.herrmann<at> alkacon.com> writes:
>>>>
>>>>> Hi Roberto,
>>>>> I assume you are using IE9?! That version is not supported yet,
>>>>> mostly due to incompatibility of the FCKEditor component. We are
>>>>> going to replace that with the upcoming major release of OpenCms 8.5
>>>>> next year. Until then I am afraid you need to use either IE7 or IE8
>>>>> or preferably Firefox or Chrome.
>>>>> Greetings, Tobias
>>>>>
>>>>>
>>>>> Am 01.12.2011 17:30, schrieb Roberto Luceri:
>>>>> With
>>>>> OpenCms 8.2 editing content on the internet explorer does not work
>>>>> ... I attach the error image
>>>> Hi Tobias,
>>>>
>>>> OpenCms 8.0.4 switched to TinyMCE editor, but IE9 support still will
>>>> not be implemented until 8.5?
>>>>
>>>> Greetz,
>>>> Tobias
>>>>
>>>>
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>>
>>
>
> -------------------------------------------------
> Christoph Fröhlich
> Folge 3 GmbH
> Stresemannstraße 161
> 22769 Hamburg
>
> +49 +40 79 69 48 78
> cf at folge3.de
> http://www.folge3.de
> -------------------------------------------------
> Geschäftsführer: Christoph Fröhlich, Anja Künzel
> Handelsregister: HRB 105806, Amtsgericht Hamburg
>
>
>
>
>
> _______________________________________________
> 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
>
>
>
-------------------------------------------------
Christoph Fröhlich
Folge 3 GmbH
Stresemannstraße 161
22769 Hamburg
+49 +40 79 69 48 78
cf at folge3.de
http://www.folge3.de
-------------------------------------------------
Geschäftsführer: Christoph Fröhlich, Anja Künzel
Handelsregister: HRB 105806, Amtsgericht Hamburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20121019/a1c478a4/attachment.htm>
More information about the opencms-dev
mailing list