Ticket #1891 (closed Bug: fixed)
fck_tablecell.html id >< name conflicts
| Reported by: | estan | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Low | Milestone: | FCKeditor 2.6.4 |
| Component: | UI : Dialogs | Version: | FCKeditor 2.5.1 |
| Keywords: | Review+ | Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
