GNOME Bugzilla – Bug 702352
Progress bar jumps during button click
Last modified: 2013-06-16 09:10:30 UTC
The progress bar jumps during button click (and sometimes during dragging).
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.
Thanks, works great The following fix has been pushed: 41e0098 Don't update position of progress bar on button press
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.