I'm getting a JS error "FCKConfig is undefined" but everything still seems to work ok. The error occurs on line 28 of fckconfig.js:
FCKConfig.CustomConfigurationsPath = '' ;
I put
alert( FCKConfig.BasePath );
above this line and it worked fine, so I'm really baffled.
Another problem is I cannot seem to change the color of links in the Editor area in Firefox 2, even though I put a CSS rule for a { color:red; } into my EditorAreaCSS. I can colorize and style everything else, like H1 etc., but not links. The links are red in IE 7, just not in Firefox. Any ideas?
FCKConfig.CustomConfigurationsPath = '' ;
I put
alert( FCKConfig.BasePath );
above this line and it worked fine, so I'm really baffled.
Another problem is I cannot seem to change the color of links in the Editor area in Firefox 2, even though I put a CSS rule for a { color:red; } into my EditorAreaCSS. I can colorize and style everything else, like H1 etc., but not links. The links are red in IE 7, just not in Firefox. Any ideas?
Re: FCKConfig is undefined
But I am pretty sure it appears because the editor has not fully loaded into the current page when I am redirecting from that page. There just seems to be some delay in the editor loading fully.
steps to recreate:
Navigate to page with editor
Redirect before the page fully loads
Can I solve this by changing my cache settings? Are there recommended setting for IIS 6? The editor resides in a directory that can be configured separately from the website.
Attachments: