FCKeditor 2.6 does not load completely in Safari 3 if the HTML page that is displaying the editor is loaded in a frame and the Default toolbar is used. Not all buttons/options are displayed in the toolbar. Only those buttons/options prior to the 'Style' option are displayed. Also, you can't click in the editor window and type anything. In the Error console, there is an error on line 36 of fckeditorcode_gecko.js.
The above scenario works fine in Firefox and IE. Also, if you remove the following section from the Default toolbar in fckconfig.js, the editor loads properly in Safari 3:
The only workaround I can think of is to detect if Safari is the user-agent. If it is, then the editor is configured to use a toolbar that doesn't have the options listed above (Style, FontFormat, FontName, and FontSize).
How can I configure the editor so that it works properly in Safari 3.0 in a page that is loaded in a frame?
The above scenario works fine in Firefox and IE. Also, if you remove the following section from the Default toolbar in fckconfig.js, the editor loads properly in Safari 3:
['Style','FontFormat','FontName','FontSize'],
The only workaround I can think of is to detect if Safari is the user-agent. If it is, then the editor is configured to use a toolbar that doesn't have the options listed above (Style, FontFormat, FontName, and FontSize).
How can I configure the editor so that it works properly in Safari 3.0 in a page that is loaded in a frame?
Re: Version 2.6 error on page loaded in a frame in Safari 3
is a frameset and it works fine for me in Windows and Leopard.