#1797: Input or select box inside fieldset element -----------------------------+---------------------------------------------- Reporter: keRO | Type: Bug Status: new | Priority: Normal Milestone: | Component: General Version: FCKeditor 2.5.1 | Keywords: -----------------------------+---------------------------------------------- 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> -- Ticket URL: <http://dev.fckeditor.net/ticket/1797> FCKeditor <http://www.fckeditor.net> The text editor for Internet ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ FCKeditor-Trac mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fckeditor-trac
