http://bugs.winehq.org/show_bug.cgi?id=13374
--- Comment #6 from Dylan Smith dylan.ah.smith@gmail.com 2008-05-23 15:49:45 --- Created an attachment (id=13284) --> (http://bugs.winehq.org/attachment.cgi?id=13284) comctl32: Possible fix for ComboBoxEx bug caused by focus change
In response to my original post were I mentioned: "The default case contains two lines that sets the focus back to the edit control, thus causing the bug, however taking out those lines caused missing notifications of the change."
The bug that I was referring that is caused by taking out those two lines was the bug that I failed to fix the first time in my wordpad patch. As a result I am able to make a partial fix to this bug, but I am still not sure what the impact would be of this type of change.
I am attaching a temporary fix to this bug. Someone please review it, since I am not confident enough to submit it to the wine-patches mailing list during a code freeze.
Note that this does not completely pass the tests that I initially added, since the focus does not change back to the Edit control after the list is rolled up.