http://bugs.winehq.org/show_bug.cgi?id=9155
------- Additional Comments From megajocke@notsohotmail.com 2007-02-08 21:25 ------- Created an attachment (id=7384) --> (http://bugs.winehq.org/attachment.cgi?id=7384&action=view) Simple test
A little test. Shows the text returned by GetDlgItemText (WM_GETTEXT does the same of course) in CBN_SELCHANGE. The middle combo box should not lag behind as it is of CBS_DROPDOWNLIST style. For the upper and lower one the selection should lag behind one selection when you select different strings in the list. It also shows when CBN_SELENDOK or CBN_SELENDCANCEL was received. These should come before CBN_SELCHANGE. On Windows it seems CBN_SELENDCANCEL is not sent if you keep the mouse button pressed and release it outside the list. CBN_SELENDOK and CBN_SELCHANGE are sent then.