[Webkit-unassigned] [Bug 149056] New: [GTK] Spellchecker rejects word when adding a period character if there is no trailing space before the next word

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 20:59:31 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149056

            Bug ID: 149056
           Summary: [GTK] Spellchecker rejects word when adding a period
                    character if there is no trailing space before the
                    next word
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

Say you have a text entry containing some text:

This is my text!

Then say you want to revise that sentence by adding more text before it. I will use the ^ to indicate the character that the cursor is positioned immediately IN FRONT OF. You position the cursor before your existing text:

This is my text!
^

then you start typing:

This is some more textThis is my text!
                      ^

So far so good: nothing appears as misspelled. Then you type the period:

This is some more text.This is my text!
                       ^

And now the word "text" is improperly highlighted as misspelled, and stays that way after you add the space. It's quite interesting that this problem does not occur for other punctuation like exclamation points or commas, only for periods.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150911/f1b12268/attachment.html>


More information about the webkit-unassigned mailing list