We are having an issue where the FCKEditor is creating a bunch of iframes when the editor is being created. These iframes containg different elements of an editor. Ex: one iframe will contain a table of all the size options from the size dropdown.
Example from source:
The problem presents itself in Firefox when tabbing through the controls on a page as firefox gives focus to iframes where as IE does not. Is there a way to get the FCKEditor to not create these iframes?
I am using version 2.6 Build 18638
Example from source:
<iframe scrolling="no" width="0" height="0" frameborder="0" src="javascript:void(0)" style="position: absolute; z-index: 10000;"> <html> <head> </head> <body id="Content" class=" ForceBaseFont Content" style="margin: 0px; padding: 0px; -moz-user-select: none;"> <div style="float: left;"> <div class="SC_Panel" style="width: 150px;"> <table width="100%" cellspacing="0" cellpadding="0" style="table-layout: fixed;"> <tbody> <tr> <td nowrap=""> <div class="SC_Item"> <span style="font-size: 8px;">xx-small</span> </div> <div class="SC_Item"> <span style="font-size: 9px;">x-small</span> </div> <div class="SC_Item"> <span style="font-size: 10px;">small</span> </div> <div class="SC_Item"> <span style="font-size: 11px;">medium</span> </div> <div class="SC_Item"> <span style="font-size: 14px;">large</span> </div> <div class="SC_Item"> <span style="font-size: 17px;">x-large</span> </div> <div class="SC_Item"> <span style="font-size: 20px;">xx-large</span> </div> </td> </tr> </tbody> </table> </div> </div> </body> </html> </iframe>
The problem presents itself in Firefox when tabbing through the controls on a page as firefox gives focus to iframes where as IE does not. Is there a way to get the FCKEditor to not create these iframes?
I am using version 2.6 Build 18638