Ticket #1797 (new Bug)
Input or select box inside fieldset element
| Reported by: | keRO | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.5.1 |
| Keywords: | Confirmed | Cc: |
Description
If you have input inside fieldset, then the parameter selection will return null, for example the following code in fck 2.5.1, I can not edit the selection field.
<fieldset><select name="code"> <option value="Espoo">Espoo</option> <option value="Helsinki">Helsinki</option> </select></fieldset>
Change History
Note: See
TracTickets for help on using
tickets.