[Webkit-unassigned] [Bug 100219] [WK2][WTR] Text input controller needs firstRectForCharacterRange implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 07:23:53 PDT 2012


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





--- Comment #10 from Mikhail Pozdnyakov <mikhail.pozdnyakov at intel.com>  2012-10-31 07:25:12 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > Maybe it's worth also modifying of WebPageProxy so that firstRectForCharacterRange is declared and defined there for all the WK2 ports, since you've added common implementation already on WebProcess side.
> 
> The problem is that TextInputController is in WebProcess, so cannot use UIProcess' api, but injected bundle one. So we have 2 ways to achieve WebPage class' implementation. 
> 1. application -> API -> WebPageProxy -> WebPage
> 2. WebKitTestRunner -> TextInputController -> WKBundle -> WebPage

I'm not telling to use WebPageProxy from test runner but just make the patch more consistent by modifying UI process code 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