GNOME Bugzilla – Bug 353271
Slider width changes in fullscreen mode
Last modified: 2006-11-03 14:51:10 UTC
Please describe the problem: When seeking to a new time in fullscreen mode the width of the slider changes messing up navigation. I think this is because the text showing the playing time changes from "20:23 / 40:23" to "Seek to 20:23 / 40:23". Steps to reproduce: 1. Enter fullscreen mode 2. Drag the mouse on the slider to seek to new times 3. Observe that the width of the slider changes when seeking. Actual results: Expected results: Does this happen every time? Other information:
This is especially apparent (and bad, because the length of the slider is much shorter in fullscreen than in windowed mode) when you try to seek in fullscreen from the end of the movie. Try this: - put the button on the slider almost to the end of the movie - now seek to the left a little bit The change of the length of the slide is caused by the appearing of the text 'Seek to' and also by the transition from 59:00 -> 1:00:00.
I experience the same problem. How to fix it easily: grep Seek *.c File totem-time-label.c have to be changed. Just replace if(...) A; else B; with B; That is a small change with big impact on the user and I think it can be put among the top of the next-things-to-do in Totem. It is some kind of regression as Totem will not indicate anymore whether it is seeking or not, but the user probably already knows that since (s)he is performing the seeking action. Thanks.
Created attachment 73533 [details] [review] Patch against 2.16.1.
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 ***