Have you changed anything in the "lang" folder? If you delete some of the files then they might get an error. And Safari is sometimes too stupid with regards to the cache and keeps saying that everything is OK although the file has been changed.
alfonsoml wrote:Have you changed anything in the "lang" folder?
This is probably the issue, I removed a bunch of seemingly unnecessary language variants like en-gb.js to reduce the size to something more reasonable. I assumed it would automatically default to en.js. So there's no way to avoid shipping a megabyte of languages?
At least two of the affected people are in the UK, so I guess their Opera and Safari report en (and thus work) while their IE and FF report en-gb (and thus fail).
Re: IE, FF, Chrome browser compatibility problems
Line: 47
Char: 2011
Error: 'lang.contextmenu.options' is null or not an object
Code: 0
Re: IE, FF, Chrome browser compatibility problems
If you delete some of the files then they might get an error. And Safari is sometimes too stupid with regards to the cache and keeps saying that everything is OK although the file has been changed.
Re: IE, FF, Chrome browser compatibility problems
viewtopic.php?f=11&t=20192
var editor = CKEDITOR.replace()
Re: IE, FF, Chrome browser compatibility problems
This is probably the issue, I removed a bunch of seemingly unnecessary language variants like en-gb.js to reduce the size to something more reasonable. I assumed it would automatically default to en.js. So there's no way to avoid shipping a megabyte of languages?
At least two of the affected people are in the UK, so I guess their Opera and Safari report en (and thus work) while their IE and FF report en-gb (and thus fail).