http://bugs.winehq.org/show_bug.cgi?id=26157
Summary: Patch about combobox with label Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: yayadesigner@gmail.com
Created an attachment (id=33326) --> (http://bugs.winehq.org/attachment.cgi?id=33326) wine-1.2.2/dlls/user32/combo.c
I found a bug in wine 1.2.2 (I work with ubuntu 10.10). When we have a combobox which have a label on top, wine recalculate the position of the rectangle because posChanging->cy is taller than newComboHeight. Then, The combobox can be hidden by the label.
You can found the file combo.c in dlls/user32/combo.c