﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5823	IE 8 reports a javascript error in editor.js	alinuxgeek		"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...




"	Bug	closed	Normal		General	3.3.1	expired	IE	
