http://bugs.winehq.org/show_bug.cgi?id=21592
Summary: ResTrax: Up-down common control doesn't process arrow keys the same as mouse clicks Product: Wine Version: 1.1.37 Platform: x86 URL: http://www.cockrumpublishing.com/rttrial OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P3 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: rickcockrum@gmail.com
Using stock Wine 1.1.37 on Ubuntu 9.10.
I have several dialogs in my application which create an up-down control and set it's buddy to a static control. The up-down control has an acceleration of 25, with a time interval of 0. The up-down control also has the UDS_ARROWKEYS style set.Under Windows clicking the up-down control's arrows with the mouse, or pressing both change the position of the up-down control by 25. Under Wine, using the mouse changes the position by 25. If I use the arrow keys, the position only changes by 1.