Name attribute problems in <form>
- Load replace by class sample in any browser
- Insert a form and set name=f1, close the dialog
- Switch to source, it's OK
- 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)
- Change the name to f2, close the dialog
- Switch to source, now the name is duplicated:
<form method="get" name="f1" name="f2">
- when you switch back to design the name=f2 is lost.
Change History (5)
Owner: |
set to Artur Formella
|
Status: |
new →
assigned
|
Keywords: |
Review? added
|
Milestone: |
→ CKEditor 3.0
|
Keywords: |
Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Fixed with [3597] (as part of #3631).