Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kim Andersen 1447 posts 2196 karma points MVP
    Apr 08, 2014 @ 08:53
    Kim Andersen
    1

    Warning message appears in some cases

    Hi there

    We're using this great package on several of our solutions, but sometimes a weird warning message appears. This is what happens:

    1. Some text in the RTE is marked
    2. We select "Danish" in the ABC-dropdown
    3. We click the ABC-button, to check the marked text for any misppelled words in danish

    Now sometimes the following error message pops up: "spellchecker.no_mpell"

    It's a grey popup with a triangle in it and then the above text.

    We're running Umbraco 4.11.10 and the language of our logged in user is set to danish.

    Anyone have a clue to what might happen?

    Thanks in advance.

    /Kim A

  • Adrian Holland 29 posts 106 karma points
    Apr 17, 2014 @ 04:47
    Adrian Holland
    0

    Hi Kim,

    Glad to hear that the work I put into this package is useful for others also :)

    That looks like an internationalistion issue with the 'no mispellings message'

    This tinymce article seems to describe the problem. I've snipped out what may be the easiest solution for you below?

    In spellchecker/editor_plugin_src.js and editor_plugin.js, try change

    ed.windowManager.alert('spellchecker.no_mpell');

    to

    ed.windowManager.alert(ed.getLang('spellchecker.no_mpell')); 

    Another relevant page to give more info about tinymce internationalistation in this area may be

    http://trac.roundcube.net/browser/subversion/branches/devel-vnext/_old/program/js/tiny_mce/plugins/spellchecker/langs/en.js?rev=588 ;

    Regards,

    Adrian

Please Sign in or register to post replies

Write your reply to:

Draft