After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 117368 - Vscale key response
Vscale key response
Status: RESOLVED DUPLICATE of bug 117447
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.2.x
Other Windows
: Normal normal
: ---
Assigned To: Tor Lillqvist
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-07-14 08:19 UTC by Manuel Op de Coul
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Manuel Op de Coul 2003-07-14 08:19:10 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).
Comment 1 Owen Taylor 2003-07-14 20:32:10 UTC
- Can you provide a test case?
- Do you know if this is actually win32 specific?
Comment 2 Manuel Op de Coul 2003-07-15 07:41:40 UTC
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.


Comment 3 Tor Lillqvist 2003-07-15 23:09:35 UTC
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 "."?
Comment 4 Manuel Op de Coul 2003-07-16 07:46:49 UTC
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.


Comment 5 Tor Lillqvist 2003-10-13 10:15:52 UTC

*** This bug has been marked as a duplicate of 117447 ***