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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 12:55:25 PDT 2010


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

           Summary: Add more functionality in WebView interface for
                    currently focused elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: varunjain at chromium.org
                CC: bryeung at chromium.org, rjkroege at chromium.org


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.
2. method to inform the renderer to scroll the currently focused
element into view, for instance, when it is hidden due to window
resizing.

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