Ticket #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) |
| 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
Note: See
TracTickets for help on using
tickets.