After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761350 - Spellcheck should not highlight misspelled words while the word is being typed
Spellcheck should not highlight misspelled words while the word is being typed
Status: RESOLVED DUPLICATE of bug 757846
Product: gedit
Classification: Applications
Component: spell checking
3.18.x
Other Linux
: Normal minor
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-31 04:42 UTC by Michael Catanzaro
Modified: 2016-02-03 19:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2016-01-31 04:42:33 UTC
Spellcheck should not highlight any words as misspelled until the cursor has advanced one character past the edge of the word. i.e. the spellchecker should not decide I have misspelled a word before I have finished typing the word.

For instance (using ^ to indicate the position the cursor is immediately in front of), in this scenario, the text appl is highlighted as misspelled:

appl
    ^

After typing the next character, the text is no longer misspelled:

apple
     ^

I recommend waiting until a space or punctuation has been typed to decide the word is misspelled:

appl 
     ^
Comment 1 Sébastien Wilmet 2016-02-03 19:14:24 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 757846 ***