Fix the announcement of combo boxes by excluding them from firing events on our combo...
commit9e04f976c6db85bf6170931ee1f3d2fb9ca8401b
authordtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 12 Jul 2010 21:23:58 +0000 (12 21:23 +0000)
committerdtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 12 Jul 2010 21:23:58 +0000 (12 21:23 +0000)
tree9957680480a93d5cb85a0d7ea99e1de5a35de2cb
parent902ee7eaff2875a7e3e16c9d3e2d591c18fc323a
Fix the announcement of combo boxes by excluding them from firing events on our combobox IAccessible.  Since we already call SetFocus on the native combo box, this event will go to the AT correctly, but this IAccessible won't be hooked up to the rest of the IAccessible tree.  Also, any changes made in combobox.cc/h concerning accessibility won't show up when the combobox receives focus.
BUG=48703
TEST=none
Review URL: http://codereview.chromium.org/2937004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52132 0039d316-1c4b-4281-b951-d872f2087c98
views/controls/native_control_win.cc
views/controls/native_control_win.h