Opened 14 years ago

Closed 12 years ago

#5823 closed Bug (expired)

IE 8 reports a javascript error in editor.js

Reported by: alinuxgeek Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3.1
Keywords: IE Cc:

Description

IE8 complains at ckeditor startup, as follows:

-- Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; MDDC; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MS-RTC LM 8) Timestamp: Thu, 10 Jun 2010 13:28:54 UTC

Message: Object doesn't support this property or method Line: 303 Char: 6 Code: 0 URI: https://XXXXXX.com/CK/ckeditor/_source/core/editor.js


This is unmodified version 3.3.1 The relevant line (re-indented) is:

if ( !form.$.submit.nodeName ) {

form.$.submit = CKEDITOR.tools.override( form.$.submit, function( originalSubmit )

and the error is pointing to the beginning of the line form.$.submit = ...

This doesn't happen in Firefox, and nothing is reported on the firefox error console

I don't know whether this causes any harm other than frightening some IE users...

Change History (2)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: IE WorksForMe added

It works for me.

Does it happen with the default samples provided with the editor? If not, can you please attach a test page that shows the problem for us?

comment:2 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed

WFM as well. closing as expired.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy