DescriptionDon't fire a FOCUS accessibility event on a View that doesn't have focus.
Soon firing a focus event on a View won't have any effect if that View
isn't really the focused view (http://crrev.com/1589623002). This is
important so we can filter out events from inactive windows.
There were a few cases where we were firing a FOCUS accessibility event
on a View when it didn't actually have focus. Replace each of these
with another accessibility event that will have the same end result.
BUG=584505
Committed: https://crrev.com/d688790882cbc634e1b831c2eb99f9ffb3fbe307
Cr-Commit-Position: refs/heads/master@{#375809}
Patch Set 1 #
Total comments: 7
Patch Set 2 : Renamed method to SendAccessibleSelectionEvent #Patch Set 3 : Missed one call to SendFocusAlert #Depends on Patchset: Messages
Total messages: 13 (6 generated)
|