Opened 18 years ago
Closed 16 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 18 years ago by
Reporter: | changed from Martin Kou to anonymous |
---|
comment:2 Changed 17 years ago by
Keywords: | Confirmed IE added |
---|---|
Version: | → SVN |
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
Keywords: | CantFix added |
---|
IE doesn't allow comments inside SELECT,so it's almost not fixable.
comment:5 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Confirmed, this is a browser implicit limitation.
The same bug occurs in 3.0 beta 3667.