﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
360	"Form ""name"" is set to ""[object]"" if it contains a field with id=""name"""	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"Paste the following in the source view:

{{{
<form name=""test"">
    <input id=""name"" type=""text"" />
</form>
}}}

Switch to WYSIWYG and back to source. You will have '''name=""[object]""''' in the form element.

It happens only because the ""id"" of the input element inside the form is set to ""name"" (casually the form attribute name).

Confimed with IE6. It's not a problem with FF2."	Bug	closed	Normal	FCKeditor 2.4.3	General	SVN (FCKeditor) - Retired	fixed	Confirmed IE	shane@… victor@…
