Ticket #2375 (new Bug)

Opened 5 months ago

Last modified 3 months ago

[PATCH] FCKeditor.Net - Name attribute for iframe tag is not outputted

Reported by: ebello Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: HasPatch Cc:

Description

The name attribute is necessary for some browsers to interact with the iframe as a frame using JavaScript.
Example:

frames['fckeditor'].FCK.InsertHtml("<p>hi</p>");

Without the name attribute, this code will fail in IE and Firefox.

A patch has been attached to add the name attribute to the iframe tag.

Attachments

iframe_name_attribute.patch (0.6 KB) - added by ebello 5 months ago.

Change History

Changed 5 months ago by ebello

Changed 5 months ago by ebello

  • summary changed from FCKeditor.Net - Name attribute for iframe tag is not outputted to [PATCH] FCKeditor.Net - Name attribute for iframe tag is not outputted

Changed 3 months ago by arczi

  • keywords HasPatch added; iframe name asp.net removed
Note: See TracTickets for help on using tickets.