You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that spell-checking suggestions are in English.
Select Tests > New Window from the test menu. In the new window, load http://tests/preferences and:
A. Click the "Advanced" link.
B. Change the spellcheck.dictionary value to "es".
C. Click the "Apply Changes" button.
Notice that spell-checking suggestions are no longer enabled, and es dictionary file is not downloaded.
Notice that the es dictionary file is downloaded, and that spell-checking suggestions are in Spanish.
TRY3:
Run cefclient
Load http://tests/preferences in the main window and:
A. Click the "Advanced" link.
B. Change the spellcheck.dictionary value to "es".
C. Click the "Apply Changes" button.
Notice that spell-checking suggestions are in Spanish.
Change the spellcheck.dictionary value to "en-US", notice that spell-checking suggestions are no longer enabled. Still not enabled if you reload or close/re-create the new window.
What is the expected output? What do you see instead?
Changing the spellcheck.dictionary value should result in download of that dictionary file if necessary and use of that language for all textareas in the same CefRequestContext. Instead, the language is "stuck" at whichever dictionary is loaded first.
What version of the product are you using? On what operating system?
Tested with 3.3071.1640.g1ebbf3c on Windows 10.
The text was updated successfully, but these errors were encountered:
In the SpellcheckService constructor the kSpellCheckDictionary value is converted to kSpellCheckDictionaries. Only kSpellCheckDictionaries is watched for changes. Consequently you need to modify the spellcheck.dictionaries array instead of the spellcheck.dictionary value.
Original report by me.
What steps will reproduce the problem?
TRY1:
A. Click the "Advanced" link.
B. Change the spellcheck.dictionary value to "es".
C. Click the "Apply Changes" button.
TRY2:
TRY3:
A. Click the "Advanced" link.
B. Change the spellcheck.dictionary value to "es".
C. Click the "Apply Changes" button.
What is the expected output? What do you see instead?
Changing the spellcheck.dictionary value should result in download of that dictionary file if necessary and use of that language for all textareas in the same CefRequestContext. Instead, the language is "stuck" at whichever dictionary is loaded first.
What version of the product are you using? On what operating system?
Tested with 3.3071.1640.g1ebbf3c on Windows 10.
The text was updated successfully, but these errors were encountered: