Opened 15 years ago

Closed 15 years ago

#3632 closed Bug (fixed)

Name attribute problems in <form>

Reported by: Alfonso Martínez de Lizarrondo Owned by: Artur Formella
Priority: Normal Milestone: CKEditor 3.0
Component: General Version: SVN (CKEditor) - OLD
Keywords: Cc:

Description

  1. Load replace by class sample in any browser
  2. Insert a form and set name=f1, close the dialog
  3. Switch to source, it's OK
  4. Switch to design and using the toolbar button edit the form (as it doesn't have any content the context menu might not work, toolbar button is easier)
  5. Change the name to f2, close the dialog
  6. Switch to source, now the name is duplicated:
    <form method="get" name="f1" name="f2">
    
  7. when you switch back to design the name=f2 is lost.

Attachments (1)

3632.patch (1.1 KB) - added by Artur Formella 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by Artur Formella

Owner: set to Artur Formella
Status: newassigned

Changed 15 years ago by Artur Formella

Attachment: 3632.patch added

comment:2 Changed 15 years ago by Artur Formella

Keywords: Review? added
Milestone: CKEditor 3.0

comment:3 Changed 15 years ago by Artur Formella

Keywords: Review? removed

Fixed with [3597] (as part of #3631).

comment:4 Changed 15 years ago by Artur Formella

Resolution: fixed
Status: assignedclosed
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