Ticket #1861 (closed Bug: invalid)

Opened 8 months ago

Last modified 5 months ago

Nested BODY tags

Reported by: rrip Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: Confirmed Pending Cc:

Description

If you have HTML content that contains a BODY tag with a BODY tag, only the content inside the inner tag is visible. For example:

<html> <BODY> <p>outer</p> <BR> <BODY> inner<BR> </BODY></BODY></HTML>

Only the "inner" text appears in the FCKeditor. This is needed because e-mail messages often have nested BODY tags.

Change History

Changed 8 months ago by w.olchawa

  • keywords Confimed added

Changed 8 months ago by w.olchawa

  • keywords Confirmed added; Confimed removed

Changed 8 months ago by alfonsoml

  • keywords Pending added

That code is clearly invalid.

I don't understand why you say that "This is needed because e-mail messages often have nested BODY tags". If you send mails with invalid HTML then you are running the risk that the recipient will discard the content just like FCKeditor has done.

Changed 5 months ago by alfonsoml

  • status changed from new to closed
  • resolution set to invalid

Expired

Note: See TracTickets for help on using tickets.