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 344028 - GtkRange does not take slider-spacing into account while dragging
GtkRange does not take slider-spacing into account while dragging
Status: RESOLVED DUPLICATE of bug 342339
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-06 16:05 UTC by Benjamin Berg
Modified: 2006-06-06 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing this (1.39 KB, patch)
2006-06-06 16:18 UTC, Benjamin Berg
none Details | Review

Description Benjamin Berg 2006-06-06 16:05:37 UTC
When dragging GtkRange::stepper-spacing is not taken into account. The slider does not move far enough because GtkRange is calculating with a too big trough.

To reproduce set GtkRange::stepper-spacing = 10 or similar and move the slider.
Comment 1 Benjamin Berg 2006-06-06 16:18:02 UTC
Created attachment 66836 [details] [review]
patch fixing this
Comment 2 Elijah Newren 2006-06-06 18:41:38 UTC
Does the patch have anything not covered by the patch in bug 342339?
Comment 3 Benjamin Berg 2006-06-06 19:39:54 UTC
No, the patch in bug 342339 fixes the problem.
Comment 4 Elijah Newren 2006-06-06 20:09:24 UTC
I'm assuming that means "Go ahead and mark as a duplicate"; kick me if I'm wrong (e.g. if your patch was meant as an alternative solution that should be considered instead of the one there).   :)

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