When loading a page containing the new 4.4 version of CKEditor, I am getting this error which prevents the editor from loading into the browser:
Unable to set value of the property 'dir': object is null or undefined
The culprit is this block of code in the cfeditor.js file:
getDirection: function (a) {return a ? this.getComputedStyle("direction") || this.getDirection() || this.getParent() && this.getParent().getDirection(1) || this.getDocument().$.dir || "ltr" : this.getStyle("direction") || this.getAttribute("dir")},
Is this a known error? Are any workarounds?
Did you manage to solve it, I
Did you manage to solve it, I am having same issue.