Opened 16 years ago
Closed 16 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
- Load replace by class sample in IE (8) or Safari (in other browsers is not possible to edit an existing <select>)
 - Insert a <select> and set name=s1, lines=4 (so we can be sure that we are editing the same element) close the dialog
 - Switch to source, it's OK
 - Switch to design and edit the select
 - 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)
Change History (6)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Owner: | set to Artur Formella | 
|---|---|
| Status: | new → assigned | 
Changed 16 years ago by
| Attachment: | 3631.patch added | 
|---|
comment:3 Changed 16 years ago by
| Keywords: | Review? added | 
|---|---|
| Milestone: | → CKEditor 3.0 | 
The same problem exists with checkbox and radio.
Patch is based on #3632.
comment:4 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed | 
|---|
Both bugs seems correctly fixed with the patch.

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