http://bugs.winehq.org/show_bug.cgi?id=6337
bobbyg@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-user |wine-comctl32 Summary|ComboBox strings are |ComboBoxEx strings are |truncated for OWNERDRAW |truncated (Acrobat 7) |styles (Acrobat 7) |
------- Additional Comments From bobbyg@gmx.net 2006-04-10 15:56 ------- The results on Win2k show that CB_GETLBTEXTLEN messages aren't forwared to the ComboBox (or ListBox) as in Wine. Instead, CB_GETITEMDATA is called twice which leads to the assumption that the length is retrieved directly in ComboBoxEx. A further investigation shows that the return value of sizeof(DWORD) is correct for the ListBox.
Changing summary & component accordingly.