GNOME Bugzilla – Bug 117368
Vscale key response
Last modified: 2004-12-22 21:47:04 UTC
A Vscale with focus does not respond to the cursor left and cursor up keys, only to down and right. The Vscale's range has gtk_range_set_inverted set to true (not sure this matters).
- Can you provide a test case? - Do you know if this is actually win32 specific?
Create a Vscale with range -1.0 .. 1.0 step 0.1, decimal digits 1, invert its range with gtk_range_set_inverted. Also the nonworking keys are the opposite if the Vscale value is negative. So the value can only be keyed towards zero, not away from it. Yes, it's really Win32 specific.
Please provide a complete and minimal test program... BTW, just a wild and improbable guess, could this be locale-related? What happens if you change your decimal delimiter to the point "."?
That's it! With a '.' decimal delimiter it works fine. So it may be related to http://bugzilla.gnome.org/show_bug.cgi?id=117447 You probably don't need a test program now.
*** This bug has been marked as a duplicate of 117447 ***