Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
insertAtCaret not working in IE11
posted

When I try to insert text into the infragistics web editor it fails in the javascript for the method insertAtCaret. The error is 'Unable to get property 'startContainer' of undefined or null reference'. It is occurring at line 428 when I debug the javascript 

var src,afterNode,cont=range.startContainer,pos=range.startOffset;

Is there any way to use this method in IE11? 

Thanks

Parents Reply Children
No Data