Ticket #2375: iframe_name_attribute.patch

File iframe_name_attribute.patch, 578 bytes (added by ebello, 16 years ago)
  • FCKeditor.cs

     
    371371
    372372                                // Render the editor IFRAME.
    373373                                writer.Write(
    374                                         "<iframe id=\"{0}___Frame\" src=\"{1}\" width=\"{2}\" height=\"{3}\" frameborder=\"no\" scrolling=\"no\"></iframe>",
     374                    "<iframe id=\"{0}___Frame\" name=\"{0}___Frame\" src=\"{1}\" width=\"{2}\" height=\"{3}\" frameborder=\"no\" scrolling=\"no\"></iframe>",
    375375                                                this.ClientID,
    376376                                                sLink,
    377377                                                this.Width,
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy