Opened 8 years ago
Closed 8 years ago
#3815 closed Bug (fixed)
Form dialog is giving out wrong attribute names
| Reported by: | martinkou | Owned by: | martinkou |
|---|---|---|---|
| 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 8 years ago by martinkou
comment:1 Changed 8 years ago by martinkou
- Keywords Review? added
comment:2 Changed 8 years ago by fredck
- Keywords Review+ added; Review? removed
comment:3 Changed 8 years ago by martinkou
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

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