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 702352 - Progress bar jumps during button click
Progress bar jumps during button click
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2013-06-15 16:17 UTC by Arnel Borja
Modified: 2013-06-16 09:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't update progress bar position on button click (955 bytes, patch)
2013-06-15 16:19 UTC, Arnel Borja
none Details | Review
Don't update position of progress bar on button press (949 bytes, patch)
2013-06-16 09:10 UTC, Vadim Rutkovsky
committed Details | Review

Description Arnel Borja 2013-06-15 16:17:04 UTC
The progress bar jumps during button click (and sometimes during dragging).
Comment 1 Arnel Borja 2013-06-15 16:19:58 UTC
Created attachment 246899 [details] [review]
Don't update progress bar position on button click

Since we are removing the timeout to prevent changing of progress bar position on button click, we shouldn't update progress bar position too.
Comment 2 Vadim Rutkovsky 2013-06-16 09:10:27 UTC
Thanks, works great

The following fix has been pushed:
41e0098 Don't update position of progress bar on button press
Comment 3 Vadim Rutkovsky 2013-06-16 09:10:30 UTC
Created attachment 246927 [details] [review]
Don't update position of progress bar on button press

Calling the update position callback causes the progress bar button to
jump while trying to change position.