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 671027 - Zenity 'step' value ignored in --scale when using mouse on slider
Zenity 'step' value ignored in --scale when using mouse on slider
Status: RESOLVED OBSOLETE
Product: zenity
Classification: Core
Component: general
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-29 05:08 UTC by Vadim Rutkovsky
Modified: 2021-05-25 17:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vadim Rutkovsky 2012-02-29 05:08:10 UTC
Original report: https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/942848

Zenity 3.2.0-0ubuntu1

I am attempting (in both Ubuntu 10.04 & 11.04) to use a zenity scale dialog to allow the user to select and return a multiple of 5 quantity from 5 to 40, with a default value of 10 as follows in terminal:

zenity --scale --title="Quantity" --text="How many copies?" --min-value=5 --max-value=40 --value=10 --step=5

Everything works as expected except it seems to ignore the 'step' value when I use the mouse to adjust the slider. I am able to select any quantity from 5 to 40 and it selects and returns the value without any constraint. If I use the keyboard arrow keys, it functions as expected, constraining it to a multiple of 5.
Comment 1 André Klapper 2021-05-25 17:45:33 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new enhancement request ticket at
  https://gitlab.gnome.org/GNOME/zenity/-/issues/

Thank you for your understanding and your help.