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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 07:43:43 PST 2016


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

--- Comment #15 from Adrien Plazas <aplazas at igalia.com> ---
After investigation, the problem seems to be in Editor::editorUIUpdateTimerFired.

Editor::editorUIUpdateTimerFired checks the spelling and grammar and the results of the checking are correct, but later in the method in "if (!textChecker() || textChecker()->shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling))" parts of the markers are erased.

I'll keep investigating why this happens.

-- 
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/20160301/e9e94804/attachment.html>


More information about the webkit-unassigned mailing list