[Bug 3048] New: CSpy/Up-Down: Multiple Inconsistencies/Major Work needed

Wine Bugs wine-bugs at winehq.org
Wed Jun 8 14:19:01 CDT 2005


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

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