Hi,
I just updated my ckeditor with release 3.4.1 and I'm getting this error (in Chrome):
In row 238 of file _source/plugins/bidi/plugin.js
What is this plugin for?
HIH
~Aki
I just updated my ckeditor with release 3.4.1 and I'm getting this error (in Chrome):
Uncaught TypeError: Cannot read property 'ltr' of undefined
In row 238 of file _source/plugins/bidi/plugin.js
addButtonCommand( 'BidiLtr', lang.ltr, 'bidiltr', bidiCommand( 'ltr' ) );
What is this plugin for?
HIH
~Aki
Re: Bug (?): Cannot read property 'ltr' of undefined
I know this is a year later, but in case someone else runs into this:
bidiltr is bi-directional: left to right (more or less). This is related to the languages. If you've upgraded from an old version make sure you have a) updated the lang folder when you upgraded everything else and b) cleared your cache so those new lang js files will be loaded.