[Webkit-unassigned] [Bug 46296] Add more functionality in WebView interface for currently focused elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 1 14:52:47 PDT 2010


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





--- Comment #6 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-10-01 14:52:46 PST ---
(In reply to comment #0)
> Adding two methods to the WebView interface:
> 1. method to check if currently focused node is a textfield or
> other types of input element. This is required by the renderer
> to take appropriate action. For example, on touch devices, if the
> focused node is a textfield, we may want to invoke an on-screen
> keyboard.

It sounds like this should be accomplished by observing a client notification from WebKit.  WebViewClient already has a textFieldDidBeginEditing notification.  Is that not sufficient?


> 2. method to inform the renderer to scroll the currently focused
> element into view, for instance, when it is hidden due to window
> resizing.

This seems like a reasonable addition.

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