Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'ltr' of undefined #502

Closed
bpzhang opened this issue Jun 12, 2017 · 3 comments
Closed

Cannot read property 'ltr' of undefined #502

bpzhang opened this issue Jun 12, 2017 · 3 comments
Labels
resolution:invalid Not a valid issue (wrong request type, support requests, etc).

Comments

@bpzhang
Copy link

bpzhang commented Jun 12, 2017

I use the version 4.7.0 where I download from the homepage.
when I change the language to the 'zh-cn',then throw a error 'Cannot read property 'ltr' of undefined' in the browser
image

how do fix this?

thanks

@jswiderski
Copy link
Contributor

Please attach build-config.js file for your editor. I have just downloaded CKEditor full package, changed the language to zh-cn but no error was thrown.

var editor = CKEDITOR.replace( 'editor1', {
	language: 'zh-cn'
});

What have I missed?

@bpzhang
Copy link
Author

bpzhang commented Jun 12, 2017

build-config.js was in my editor folder, and I don't know where is my wrong.
If I replace the ckeditor.js of 4.7.0 with the ckeditor.js of ckeditor-dev
the then change language to zh-cn . there is no error and it works.

@jswiderski jswiderski added resolution:invalid Not a valid issue (wrong request type, support requests, etc). and removed status:pending labels Jun 13, 2017
@jswiderski
Copy link
Contributor

Please try downloading the CKEditor package one more time from our download page. Please also clear browser's cache according to http://www.wikihow.com/Clear-Your-Browser%27s-Cache and then re-check the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:invalid Not a valid issue (wrong request type, support requests, etc).
Projects
None yet
Development

No branches or pull requests

2 participants