#1891: fck_tablecell.html id >< name conflicts -----------------------------+---------------------------------------------- Reporter: estan | Type: Bug Status: new | Priority: Low Milestone: | Component: UI : Dialogs Version: FCKeditor 2.5.1 | Keywords: -----------------------------+---------------------------------------------- Low priority.
I noticed that a lot of input controls are not consistent with the ID and the Name. Some examples. <select id="selWordWrap" name="selAlignment"> <select id="selHAlign" name="selAlignment"> <select id="selVAlign" name="selAlignment"> <input id="txtBackColor" type="text" size="8" name="txtCellSpacing"> <input id="txtBorderColor" type="text" size="8" name="txtCellPadding" /> As you can see here, the ID is the correct one, the name is incorrect. -- Ticket URL: <http://dev.fckeditor.net/ticket/1891> 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
