Ticket #746 (new Bug)

Opened 14 months ago

Last modified 11 months ago

Comments inside SELECT and OPTION tags.

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: General Version: SVN
Keywords: SF Confirmed IE 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

Changed 14 months ago by martinkou

  • reporter changed from martinkou to anonymous

Changed 11 months ago by martinkou

  • keywords Confirmed IE added
  • version set to SVN
Note: See TracTickets for help on using tickets.