Opened 17 years ago

Closed 15 years ago

#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 (5)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to anonymous

comment:2 Changed 16 years ago by Martin Kou

Keywords: Confirmed IE added
Version: SVN

comment:3 Changed 15 years ago by Artur Formella

The same bug occurs in 3.0 beta 3667.

comment:4 Changed 15 years ago by Garry Yao

Keywords: CantFix added

IE doesn't allow comments inside SELECT,so it's almost not fixable.

comment:5 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: wontfix
Status: newclosed

Confirmed, this is a browser implicit limitation.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy