1

I have mediawiki 1.16 + fck editor (current snapshot). If the wiki is set to english everything works fine but on hebrew and arabic the editor does not show, only the regular toolbar shows. Any ideas?

Uri
  • 25,622
  • 10
  • 45
  • 72

2 Answers2

0

Have you even got the those language files?

  • Yes, they're all there under editor/lang. I also tried overriding the autodetect language, still nothing. – Uri Sep 03 '10 at 22:40
  • Hmmm - is this the case with all browsers? Which ones (and versions) have you tested? (There is a known defect about this which is now solved: http://dev.ckeditor.com/ticket/6068) – Reinstate Monica - Goodbye SE Sep 03 '10 at 23:05
  • Tested on internet explorer and chrome. Note that I'm not using that version of ckeditor, i'm using this version of fckeditor: http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/FCKeditor/ And thanks for the help – Uri Sep 04 '10 at 00:44
  • I don't think the problem is in the editor itself, but in the code that integrates it with mediawiki. – Uri Sep 04 '10 at 00:51
  • @Uri - OK, then I'm out of ideas but maybe the details you've added will help someone else answer. Good luck. – Reinstate Monica - Goodbye SE Sep 04 '10 at 09:14
0

Encountered that too, and had to solve by myself :(. Solution is here: https://bugzilla.wikimedia.org/show_bug.cgi?id=25653

Gregra
  • 773
  • 8
  • 22
  • Great! So I take it's going to be fixed in the next version? You have any idea when that's coming? If it takes too long I'll just change it myself, but I prefer not to mess with the code. – Uri Dec 23 '10 at 10:58
  • Have no idea, hope they will add it soon – Gregra Jan 19 '11 at 10:55