#360 closed Bug (fixed)
Form "name" is set to "[object]" if it contains a field with id="name"
| Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
|---|---|---|---|
| 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 19 years ago by
| Milestone: | → FCKeditor 2.5 |
|---|---|
| Owner: | set to Frederico Caldeira Knabben |
| Status: | new → assigned |
comment:2 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 Changed 18 years ago by
| Milestone: | FCKeditor 2.5 → FCKeditor 2.4.3 |
|---|

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