﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4726	"having a submit button with name=""submit"" in the same form causes error IE7"	tyler45		"if you have a submit button with the name=""submit"" in the same form that you use the editor in, it throws a javascript error in IE7

line 22 ckeditor.js ""object doesn't support this property or method.

i tracked it down to this bit of code in line 22

{{{

if(!z.$.submit.nodeName) {
	z.$.submit=e.override(z.$.submit,function(B) {
		return function() {
			x.updateElement();
			if(B.apply) {
				B.apply(this,arguments);
			} else {
				B();
			}
		};
	});
}
}}}

Windows Vista SP2
IE7

this does not happen in FF 3.5.5

(i was unable to test in nightly build, because unfort i don't know svn)
"	Bug	closed	Normal		General	3.0.1	expired	WorksForMe	
