[Webkit-unassigned] [Bug 88618] [chromium] Use the marker region to replace a misspelled word with a suggestion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 00:39:24 PDT 2012


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





--- Comment #4 from Hajime Morrita <morrita at google.com>  2012-06-08 00:39:23 PST ---
(From update of attachment 146482)
View in context: https://bugs.webkit.org/attachment.cgi?id=146482&action=review

>> Source/WebKit/chromium/src/WebFrameImpl.cpp:1363
>> +    frame()->editor()->replaceSelectionWithText(text, false, true);
> 
> This code looks awfully familiar. In fact, I saw almost exactly same comment elsewhere.

Searched with replaceSelectionWithText(), but I couldn't find any. 
It looks Mac port (and other ports) does this in WebKit layer for obeying AppKit protocol or whatever reason.

I hope this core logic to be a Editor method to allow future refactoring though.

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