Opened 15 years ago

Closed 15 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:

  1. Add a form to the editor with form dialog, choose the encoding as "multipart/form-data".
  2. Switch to Source mode.
  3. You'll see the form tag added as follow:
    <form action="test.php" encoding="multipart/form-data" method="get" name="testForm">
    	&nbsp;</form>
    

The encoding attribute should be "enctype".

Attachments (1)

3815.patch (579 bytes) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Martin Kou

Attachment: 3815.patch added

comment:1 Changed 15 years ago by Martin Kou

Keywords: Review? added

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:3 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: newclosed

Fixed with [3767].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy