http://bugs.winehq.org/show_bug.cgi?id=6337
Summary: ComboBox strings are truncated for OWNERDRAW styles (Acrobat 7) Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-user AssignedTo: wine-bugs@winehq.org ReportedBy: bobbyg@gmx.net
The strings in every ComboBox in the preferences dialog of Adobe Acrobat 7 are truncated to 4 characters. This is because the ListBox control returns sizeof(DWORD) for LB_GETTEXTLEN when an OWNERDRAW style is used (listbox.c around line 2700). Since we send this message ourselves to get the length in CBPaintText (combo.c around line 726) I'm not sure where the error actually is.