[Webkit-unassigned] [Bug 83214] [Chromium] moving a cursor on a misspelled word should not remove a misspelled underline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 12:37:28 PDT 2012


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2012-04-05 12:37:28 PST ---
(From update of attachment 135691)
View in context: https://bugs.webkit.org/attachment.cgi?id=135691&action=review

> Source/WebCore/editing/Editor.cpp:2931
> +#if PLATFORM(CHROMIUM)
> +        if (!m_frame->settings() || !m_frame->settings()->asynchronousSpellCheckingEnabled()) {
> +            if (RefPtr<Range> wordRange = newAdjacentWords.toNormalizedRange())
> +                m_frame->document()->markers()->removeMarkers(wordRange.get(), DocumentMarker::Spelling);
> +        }
> +#else

Does this need to be guarded inside Chromium at all? Doesn't other port that implements async spell checking want this fix as well?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list