[Webkit-unassigned] [Bug 108513] [Chromium] Replace correct misspelled range

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 22:37:12 PST 2013


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





--- Comment #24 from Ryosuke Niwa <rniwa at webkit.org>  2013-02-08 22:39:22 PST ---
(From update of attachment 187380)
View in context: https://bugs.webkit.org/attachment.cgi?id=187380&action=review

> Source/WebKit/chromium/src/WebFrameImpl.cpp:1316
> +    RefPtr<Range> markerRange = Range::create(caretRange->ownerDocument(), caretRange->startContainer(), markers[0]->startOffset(), caretRange->endContainer(), markers[0]->endOffset());
> +    if (!markerRange)
> +        return;
> +    if (!frame()->selection()->shouldChangeSelection(markerRange.get()))

Doesn't this break spellchecking inside a contenteditable element?

-- 
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