[Bug 6337] New: ComboBox strings are truncated for OWNERDRAW styles (Acrobat 7)

Wine Bugs wine-bugs at winehq.org
Sun Oct 1 14:24:32 CDT 2006


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 at winehq.org
        ReportedBy: bobbyg at 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.

-- 
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