wlum...@gmail.com
unread,May 12, 2017, 12:46:11 AM5/12/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JavaScriptSpellCheck
Hi there,
I have installed JavascriptSpellCheck on a Laravel5 environment. When I apply 'SpellCheck as you type', every word is reported as incorrect.
The '/JavaScriptSpellCheck/02-TestInstall.html' reports everything's fine.
The 'dictionaries' subfolder has full permissions (chmod 777, for the sake of resolving this bug).
When I run '$Spelling.ListDictionaries()' in the javascript console, it lists all the installed dictionaries (international, aus and french).
I can also successfully set the default dictionary to any of the installed dictionaries but nothing seems to work.
The dictionaries are also using the correct line endings (CLRF).
When I set 'LIVESPELL_DEBUG_MODE' to true and type in the word 'Hello', this is the output:
URL:/JavaScriptSpellCheck/core/
GET:note=&command=CTXSPELL&args=Hello&lan=English%20(International)&sender=0&settingsfile=default-settings
CTXSPELL 0 F S
To make matters even more confusing, in the local environment (my laptop) the application works fine with the spell check. It's only once it's deployed does the spell check stop working.
I'm at my wits end and do not have an idea on how to make this work. Any help would be very appreciated.