Ticket #360 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Form "name" is set to "[object]" if it contains a field with id="name"

Reported by: fredck Owned by: fredck
Priority: Normal Milestone: FCKeditor 2.4.3
Component: General Version: SVN (FCKeditor)
Keywords: Confirmed IE Cc: shane@…, victor@…

Description

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.

Change History

Changed 2 years ago by fredck

  • owner set to fredck
  • status changed from new to assigned
  • milestone set to FCKeditor 2.5

Changed 2 years ago by fredck

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [262].

Click here for more info about our SVN system.

Changed 2 years ago by fredck

  • milestone changed from FCKeditor 2.5 to FCKeditor 2.4.3
Note: See TracTickets for help on using tickets.