Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4569 closed Bug (invalid)

Running FCKEditor 2.6.5 on a Mac Book Pro (Leopard)

Reported by: kkoehler Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6.5
Keywords: Cc:

Description

I recently bought a Mac Book Pro. I'm using FCKEditor 2.6.5. It works on Safari and Firefox from my Mac Book Pro with the installed software running on a Linux Server. I'm developing on a Mac Book Pro and running locally and these 2 Browsers do not work. I'm getting these errors. I've narrowed it down to this statement in fckeditor.html:

LoadScript( 'js/fckeditorcode_' + sSuffix + '.js' ) ;

It never successfully does a write here:

function LoadScript( url ) { document.write( '<scr' + 'ipt type="text/javascript" src="' + url + '"><\/scr' + 'ipt>' ) ; }

I'm not able to tell why.

FCKConfig is not defined fckconfig.js()fckconfig.js (line 27) [Break on this error] FCKConfig.CustomConfigurationsPath = ;\r\nfckconfig.js (line 27) FCKBrowserInfo is not defined [Break on this error] if ( FCKBrowserInfo.IsAIR )\r\nfckedito...lbar=Text (line 125) FCKConfig_LoadPageConfig is not defined [Break on this error] FCKConfig_LoadPageConfig() ;\r\nfckedito...lbar=Text (line 164) FCKTools is not defined [Break on this error] var FCK_InternalCSS = FCKTools.FixCssU...d-image:url(images/block_h6.png)}' ) ;\r\nfckedito...lbar=Text (line 176) FCK_ContextMenu_Init is not defined [Break on this error] FCK_ContextMenu_Init() ;\r\nfckedito...lbar=Text (line 195) FCKLang is not defined [Break on this error] window.document.dir = FCKLang.Dir ;\r\nfckedito...lbar=Text (line 203) FCKBrowserInfo is not defined

[Break on this error] if ( FCKBrowserInfo.IsGecko
FCKBrowserInfo.IsSafari )\r\nfckedito...lbar=Text (line 270)

InitializeAPI is not defined [Break on this error] InitializeAPI() ;\r\nfckedito...lbar=Text (line 210) reference to undefined property this.context.debugFrame [Break on this error] Filtered chrome url chrome://firebug/content/debugger.jsdebugger.js (line 2550) assignment to undeclared variable title [Break on this error] Filtered chrome url chrome://firebug/content/a11y.jsa11y.js (line 257) reference to undefined property this.sourceBoxes[url] [Break on this error] Filtered chrome url chrome://firebug/content/firebug.jsfirebug.js (line 2455) assignment to undeclared variable fileName [Break on this error] Filtered chrome url chrome://firebug/content/a11y.jsa11y.js (line 1907) assignment to undeclared variable lineNode [Break on this error] Filtered chrome url chrome://firebug/content/debugger.jsdebugger.js (line 1861) detailed error: javascript is not defined function onchange(event) { javascript.setContentChanged(true); }(change )

Change History (2)

comment:1 Changed 15 years ago by Michael Osipov

Component: Server : JavaGeneral
Milestone: FCKeditor.Java 2.6
Resolution: invalid
Status: newclosed

Start only one topic, do not cross-post!

comment:2 Changed 15 years ago by kkoehler

I realized I should have opened a bug instead of posting to the forum. Needless to say - got no responses either way.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy