[Bug 6337] ComboBoxEx strings are truncated (Acrobat 7)

Wine Bugs wine-bugs at winehq.org
Wed Oct 4 15:56:52 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=6337


bobbyg at 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 at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list