зеркало из https://github.com/mozilla/gecko-dev.git
79bf4210ee
Original regression was by bug 1362858, and bug 1418629 wasn't enough to fix. By bug 1362858, we use `CHAR_CLASS_SEPARATOR` in additional to DOM word separator. But some characters such as single quote, `@` and etc are `CHAR_CLASS_SEPARATOR`, so we may check spell by incomplete word. We shouldn't separate word by characters that is email part, URL part or conditional punctuation. And I also update test cases for this situation. `<textarea>` is better for spell checking since it can has multiple anonymous text nodes. Differential Revision: https://phabricator.services.mozilla.com/D39829 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
de-DE | ||
en-AU | ||
en-GB | ||
.eslintrc.js | ||
bug678842_subframe.html | ||
bug717433_subframe.html | ||
bug1200533_subframe.html | ||
bug1204147_subframe.html | ||
bug1204147_subframe2.html | ||
mochitest.ini | ||
test_async_UpdateCurrentDictionary.html | ||
test_bug338427.html | ||
test_bug678842.html | ||
test_bug697981.html | ||
test_bug717433.html | ||
test_bug1200533.html | ||
test_bug1204147.html | ||
test_bug1205983.html | ||
test_bug1209414.html | ||
test_bug1219928.html | ||
test_bug1365383.html | ||
test_bug1418629.html |