Opened 15 years ago

Closed 15 years ago

#3631 closed Bug (fixed)

name attribute on <select> is lost

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

Description

  1. Load replace by class sample in IE (8) or Safari (in other browsers is not possible to edit an existing <select>)
  2. Insert a <select> and set name=s1, lines=4 (so we can be sure that we are editing the same element) close the dialog
  3. Switch to source, it's OK
  4. Switch to design and edit the select
  5. The name field is empty. If you set a new name, then when switching to source will show it duplicated:

<select name="s1" name="s2" size="4">

On the other side, if you don't write anything, the name will be lost

<select size="4">

Attachments (1)

3631.patch (3.5 KB) - added by Artur Formella 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by Alfonso Martínez de Lizarrondo

The same problem exists for <textarea> in Firefox, IE and Safari. Opera works OK

comment:2 Changed 15 years ago by Artur Formella

Owner: set to Artur Formella
Status: newassigned

Changed 15 years ago by Artur Formella

Attachment: 3631.patch added

comment:3 Changed 15 years ago by Artur Formella

Keywords: Review? added
Milestone: CKEditor 3.0

The same problem exists with checkbox and radio.

Patch is based on #3632.

comment:4 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

Both bugs seems correctly fixed with the patch.

comment:5 Changed 15 years ago by Artur Formella

Resolution: fixed
Status: assignedclosed

Fixed with [3597]

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