Ticket #3632 (closed Bug: fixed)

Opened 4 years ago

Last modified 4 years ago

Name attribute problems in <form>

Reported by: alfonsoml Owned by: arczi
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

3632.patch (1.1 KB) - added by arczi 4 years ago.

Change History

comment:1 Changed 4 years ago by arczi

  • Status changed from new to assigned
  • Owner set to arczi

Changed 4 years ago by arczi

comment:2 Changed 4 years ago by arczi

  • Keywords Review? added
  • Milestone set to CKEditor 3.0

comment:3 Changed 4 years ago by arczi

  • Keywords Review? removed

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

comment:4 Changed 4 years ago by arczi

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.
© 2003 – 2012 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy