[Webkit-unassigned] [Bug 96997] New: [Qt][WK2] Focus out is not handled properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 03:56:16 PDT 2012


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

           Summary: [Qt][WK2] Focus out is not handled properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: heikki.paajanen at palm.com
                CC: pnormand at igalia.com


When (qml) WebView looses focus the focus status is not updated correctly to WebProcess.

QtWebPageEventHandler::handleFocusOutEvent calls WebPageProxy::viewStateDidChange which then 
checks the focus from QtPageClient::isViewFocused. QtPageClient::isViewFocused returns QQuickWebView::hasFocus 
but the actual "focus" property value has not changed yet and thus it returns true.

This can be seen e.g. in MiniBrowser by clicking address bar after launching as the caret
is left blinking on google search front page text input.

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