Ticket #2375 (new Bug)
[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
Change History
Note: See
TracTickets for help on using
tickets.
