Hi, now we are trying to integrate CKEditor into our product and 99% that we will buy it.
But we have an javascript error on mousemove event in IE7. We also use the knoknout.js and our templates have a KO virtual elements (comments elements). So on some of them we have an error on mouse move event(only in IE7). Unfortunately this is crucial for us.
SCRIPT438: Object doesn't support property or method 'is'
ckeditor.js, line 811 character 207.
So as i understand the problem is that jQuery object for comments does't have the method 'is'.
Is there posibility to somehow prevent that error?
SCRIPT438: Object doesn't support property or method 'is' ckeditor.js, line 811 character 207
We would need more
We would need more information from you as well as a test case in order to be able to debug this.
First of all, could you run CKEditor from sources and give us a complete error mesage that you are getting? The "ckeditor.js, line 811 character 207" is not enough as in this case you are using the compressed script that contains all CKEditor source files.
We also need to know the CKEditor version that you are using (please try the latest one).
Apart from that, a simplified sample/ test case would be most welcome -- this will make it easier to prove this is a CKEditor issue and troubleshoot the problem.
Thank you!
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!
>>could you run CKEditor from
>>could you run CKEditor from sources
How can i do that or where i can read about that?
We use CKEditor v.4.0.1 inline mode. The sample is quite difficult to create. I'll send it later.
Just go to CKEditor Builder,
Just go to CKEditor Builder, choose the standard preset, and right below the Download button select the Source (Big N'Slow) option. Run this version just like you would run the compressed package and the error message should point to a file that is giving you problems.
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!