GNOME Bugzilla – Bug 393590
fullscreen time scrollbar changes it length when scolled to the end
Last modified: 2007-01-08 22:58:36 UTC
Please describe the problem: The scrollbar length is changing it length when seeking around. This can be very anoing when you try to seek to the end as the scrollbar length can bump its length. Example: [scrollbar ] 0:00 1:01:00 Then you seek to the end: [scrollbar ] 1:01:00 1:01:00 (in this case the length is 3 chars smaller) Now when you just seek 2 secs for and back the scrollbar bumps and its very hard to seek correctly. Steps to reproduce: 1. load a movie 2. go to fullscreen 3. seek over edges (from 9:59 to 10:00) 4. -> srollbar changes its length Actual results: scrollbar changes its length Expected results: the scollbar length should ideally be fixed length Does this happen every time? yes Other information:
Created attachment 79538 [details] [review] one way to fix this issue this patch fixes the problem
Created attachment 79624 [details] [review] an improved patch This patch tries to fix: - in fullscreen time scrollbar did bump its length while scrolling - "Seek to" is not need and its anyway obious from the UI and it only consumes space. - there where 2 places in the source where i did more or less the same calculation, now we have one single function.
Removing the current functionality isn't an option, and trying to use the same "length" of string as before is bound to have ill effects, as "1" is not as wide as "0" in a non-monospaced font. Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 338390 ***