http://bugs.winehq.org/show_bug.cgi?id=3048
Summary: CSpy/Up-Down: Multiple Inconsistencies/Major Work needed Product: Wine Version: CVS Platform: All OS/Version: All Status: UNCONFIRMED Severity: minor Priority: P4 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: info@suscomputing.com
This control does not seem to have been fully implemented yet. In wine, the up and down arrows do not appear next to the text box, and there is thus no way to manipulate this control purely by the mouse (which is essential, since that is the point of this control).
In addition to this, there is a consistency problem: If the value in the box is out of range, the arrows no longer work for incrementing and decrementing the value, and instead, the value is frozen. The correct behaviour (in windows) is, when up or down is pressed, for the value to be reset to the closest value within the specified range, and then to perform the operation, if possible. For example, if the range is 3...9, and the value in the box is 0, upon pressing "down" the result should be 3, but upon pressing "up" the result should be 4.