Opened 16 years ago
Closed 16 years ago
#3815 closed Bug (fixed)
Form dialog is giving out wrong attribute names
| Reported by: | Martin Kou | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Review+ | Cc: |
Description
To reproduce:
- Add a form to the editor with form dialog, choose the encoding as "multipart/form-data".
- Switch to Source mode.
- You'll see the form tag added as follow:
<form action="test.php" encoding="multipart/form-data" method="get" name="testForm"> </form>
The encoding attribute should be "enctype".
Attachments (1)
Change History (4)
Changed 16 years ago by
| Attachment: | 3815.patch added |
|---|
comment:1 Changed 16 years ago by
| Keywords: | Review? added |
|---|
comment:2 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:3 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

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