Ticket #746 (closed Bug: wontfix)
Comments inside SELECT and OPTION tags.
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | SF Confirmed IE CantFix | Cc: |
Description
Internet Explorer removes HTML comments which are inside SELECT and OPTION tags.
As an example:
<form><!-- form --> <select><!-- select --> <option><!-- option --></option> </select> </form>
becomes:
<form> <!-- form --><select> <option selected="selected"></option> </select> </form>
This also proves to be a problem when working with ProtectedSource since it makes use of comments.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1509346&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.
