uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMNSHTMLElement.innerHTML]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://localhost/ckeditor/ckeditor.js :: anonymous :: line 15" data: no]
CKEDITOR.replace(
'message',
{
customConfig : '',
toolbar : 'Full',
height : 400,
width : 650,
entities : 0
}
);

Re: NS_ERROR_INVALID_POINTER error under Firefox
Re: NS_ERROR_INVALID_POINTER error under Firefox
Re: INVALID_STATE_ERR DOM Exception 11
ckeditor.js:54 Uncaught error: INVALID_STATE_ERR: DOM Exception 11
I'm pretty sure the culprit is somewhere around the "nbsp" and "\xa0" processing, because I have just cleaned up a bunch of "\xa0" errors caused on my site by nbsp's and " " 's. Most of them needed to be double encoded like " " in order to avoid the "\xa0" errors. I say errors, because my UTF-8 page was not able to interpret "\xa0", it was always complaining about encoding errors. When I deleted or double-encoded the nbsp's I no longer got those errors.
So maybe ckeditor shouldn't refer to "\xa0"? Could that be?
Re: NS_ERROR_INVALID_POINTER error under Firefox
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!