I'm currently in the process of updating my CKEDITOR version from 4.4.1 to 4.5.1. In order to do this, I am uploading my build-config.js file to ensure that I have all the same plugins as before with the latest CKEDITOR version.
The issue arises when using the downloaded CKEDITOR. Every time I attempt to use it, I encounter the error message stating "CKEDITOR.tools.getindex is not a function", and this error seems to be originating from the widget plugin.
Upon examining the widget/plugin.js file, specifically at line #1951, I found the following snippet:
var index = CKEDITOR.tools.getIndex( widgetsRepo._.upcasts, function( element ) {
This appears to be where the problem lies. Any suggestions or thoughts on how to resolve this?
Thank you for your help.