[Webkit-unassigned] [Bug 43498] New: [Qt] add an API for QWebPage to get current focused element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 4 11:43:20 PDT 2010


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

           Summary: [Qt] add an API for QWebPage to get current focused
                    element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yi.4.shen at nokia.com


The QWebPage has no API to retrieve current focused element, although you can use QWebFrame::findAllElement(":focus") to search for the focused element, which is not convenient enough and efficient to use (you have to find the focused frame first). So I am thinking about to add this API, which might be very useful in implementing tab navigation.

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