[Webkit-unassigned] [Bug 39792] New: [chromium] Accessibility focus change notifications should be triggered from ChromeClientImpl::focusedNodeChanged

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 15:32:52 PDT 2010


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

           Summary: [chromium] Accessibility focus change notifications
                    should be triggered from
                    ChromeClientImpl::focusedNodeChanged
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcivelli at chromium.org


The accessibility notifications that a new accessible node was focused in the page are fired from the ChromeClientImpl::focus() method.
This method is currently wrongly invoked every time the focus change in the page, it should only be invoked when the containing Widget gets the focus.

Therefore the accessibility notifications should be fired from the more appropriate ChromeClientImpl::focusedNodeChanged().

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