[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 04:24:29 PDT 2012


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





--- Comment #9 from Mariusz Grzegorczyk <mariusz.g at samsung.com>  2012-10-31 04:25:48 PST ---
(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

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