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
http://bugs.winehq.org/show_bug.cgi?id=26157
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Version|unspecified |1.2.2 Resolution| |INVALID
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2011-02-18 03:51:45 CST --- Patches should be sent to wine-patches mailing list against latest development git tree, see http://wiki.winehq.org/SubmittingPatches
http://bugs.winehq.org/show_bug.cgi?id=26157
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2011-02-18 03:51:58 CST --- Closing invalid.