Opened 16 years ago

Closed 13 years ago

#2375 closed Bug (expired)

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

Reported by: ebello Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version: FCKeditor 2.5
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 (1)

iframe_name_attribute.patch (578 bytes) - added by ebello 16 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by ebello

Attachment: iframe_name_attribute.patch added

comment:1 Changed 16 years ago by ebello

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

comment:2 Changed 16 years ago by Artur Formella

Keywords: HasPatch added; iframe name asp.net removed

comment:3 Changed 13 years ago by Wiktor Walc

Version: FCKeditor 2.5

comment:4 Changed 13 years ago by Wiktor Walc

Resolution: expired
Status: newclosed

There is a new ASP.NET control available: CKEditor for ASP.NET. The old control (FCKeditor.Net) is no longer maintained, so I'm closing the ticket.

To insert code into CKEditor, simply call insertHtml on a CKEditor instance.

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