#360 closed Bug (fixed)
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) - Retired |
| 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 (3)
comment:1 Changed 10 years ago by fredck
- Milestone set to FCKeditor 2.5
- Owner set to fredck
- Status changed from new to assigned
comment:2 Changed 10 years ago by fredck
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 10 years ago by fredck
- Milestone changed from FCKeditor 2.5 to FCKeditor 2.4.3
Note: See
TracTickets for help on using
tickets.

Fixed with [262].
Click here for more info about our SVN system.