When opening the fckeditor in my IE it displays:
Line:48
Error: 'length' is null or not an object
Firefox works
HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
SERVER_SOFTWARE = Apache/1.3.33 (Unix) PHP/4.3.11 mod_ssl/2.8.22 OpenSSL/0.9.7c FrontPage/5.0.2.2635 mod_throttle/3.1.2
Anybody seen this before ?
Sun, 09/25/2005 - 15:00
#1
RE: Internet Explorer error
<script>
function FCKeditor_OnComplete( editorInstance )
{
var oCombo = document.getElementById( 'cmbSkins' ) ;
// Get the active skin.
var sSkin = editorInstance.Config['SkinPath'] ;
sSkin = sSkin.match( /[^\/]+(?=\/$)/g ) ;
oCombo.value = sSkin ;
oCombo.style.visibility = '' ;
}
</script>
If you did.. take it out. u dont need it
RE: Internet Explorer error
Does the online demo work for you ?
http://www.fckeditor.net/demo
RE: Internet Explorer error
RE: Internet Explorer error
RE: Internet Explorer error
I solved the main problem by fscking with the windows registry and changing the http_user_agent to
HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.1.4322)
This is internet explorer 6.0.2800.1106 on Windows 2000 w/SP4
This is just a hack though but it works.
RE: Internet Explorer error
here's a link
http://www.winguides.com/registry/display.php?id=799
RE: Internet Explorer error
My user agent string is exactly the same as yours:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
So maybe hacking your user agent string didn't solve the problem?
RE: Internet Explorer error
My string only said MSIE;
RE: Internet Explorer error
RE: Internet Explorer error
For a moment there I was thinking about the .NET framework but you obviously have the same as I have.
RE: Internet Explorer error
FCKConfig.ToolbarSets["MyToolbar"] = [
['FontFormat','FontName','FontSize'],
['Rule','Image','Link','Unlink'],
] ;
RE: Internet Explorer error
I think its having problems with my browser string
RE: Internet Explorer error
Im having the same problem. Works in FF not in IE. Same JS error.
However the online demo does work. I am using the default fckconfig.js.