I am making Laravel CMS with ckeditor. When I write some html code in ckeditor source code mode status, I got some error as follows;
Uncaught TypeError: Cannot read property 'getAttribute' of null
at Widget.init (plugin.js?t=H0CG:366)
at new Widget (plugin.js?t=H0CG:967)
at Repository.initOn (plugin.js?t=H0CG:498)
at Repository.initOnAll (plugin.js?t=H0CG:535)
at a.<anonymous> (plugin.js?t=H0CG:2816)
at a.p (ckeditor.js:10)
at a.<anonymous> (ckeditor.js:12)
at a.CKEDITOR.editor.CKEDITOR.editor.fire (ckeditor.js:13)
at ckeditor.js:877
And the status of source code editing is unenabled.
This page has somewhat much contents including about 200 ~ 250 words and 15 images.
In my thought, are there some limitation of ckeditor contents?