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 353271 - Slider width changes in fullscreen mode
Slider width changes in fullscreen mode
Status: RESOLVED DUPLICATE of bug 338390
Product: totem
Classification: Core
Component: Movie player
1.4.x
Other All
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-08-28 17:15 UTC by Adam Lofts
Modified: 2006-11-03 14:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Patch against 2.16.1. (935 bytes, patch)
2006-09-28 05:10 UTC, Fabrice Bauzac
none Details | Review

Description Adam Lofts 2006-08-28 17:15:15 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:
Comment 1 Jiří Pejchal 2006-09-17 19:57:02 UTC
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.
Comment 2 Fabrice Bauzac 2006-09-28 05:07:11 UTC
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.
Comment 3 Fabrice Bauzac 2006-09-28 05:10:22 UTC
Created attachment 73533 [details] [review]
Patch against 2.16.1.
Comment 4 Bastien Nocera 2006-11-03 14:51:10 UTC
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 ***