[Webkit-unassigned] [Bug 40029] New: Widgets get 2 notifications (lost focus/got focus) each time focus switches between 2 nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 17:15:36 PDT 2010


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

           Summary: Widgets get 2 notifications (lost focus/got focus)
                    each time focus switches between 2 nodes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcivelli at chromium.org


Each time the focus moves between 2 nodes in the same widget, the widget gets a setFocus(false) and then setFocus(true) calls.
It should not get any notification that the focus changed in that case (note it still gets the focusedNodeChanged notification on the Page Chrome).

Note:
This happens in Document.cpp in Document::setFocusedNode()

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