comctl32: Added tests to show a ComboBoxEx bug caused by incorrect focus change.
commitda0175ba71062a6963b53df3de4bbd1a1e3dd9c5
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 3 Jul 2008 15:37:10 +0000 (3 11:37 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 4 Jul 2008 17:43:03 +0000 (4 19:43 +0200)
tree0c799b1c7ffe72b4520f882f51f42b7e140c3c02
parentf094b4332d4941502e4dc836f1b6df2931da3ec4
comctl32: Added tests to show a ComboBoxEx bug caused by incorrect focus change.

Certain WM_LBUTTONDOWN & WM_LBUTTONUP events should change focus to the
ComboBox (a child of ComboBoxEx), but instead the focus was set to the
Edit control.
dlls/comctl32/tests/comboex.c
dlls/user32/tests/combo.c