aata / mplayerx

Automatically exported from code.google.com/p/mplayerx
0 stars 0 forks source link

Progress bar gets moved from the top to the center of the screen after reentering fullscreen #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Switch to fullscreen
2. Move progress bar to the top (because it interferes with subtitles)
3. Exit fullscreen
4. Enter fullscreen again
5. Progress bar is in the middle of the screen

What is the expected output? What do you see instead?
One would expect the progress bar to remain at the position the user dragged it 
to.

What version of the product are you using? On what operating system?
0.9.9 (r710), OS X 10.6.3.

Original issue reported on code.google.com by mariotom...@gmail.com on 27 Apr 2010 at 12:17

GoogleCodeExporter commented 9 years ago
Technically, the progress bar was remaining their position the user dragged 
into, but the coordinate system is bottom-left.

both of the bottom-left and top-left has advantage.

I am thinking about something like the magnetic to the edge, 
when control bar is near the top, then zoom in/out and fullscreen will keep the 
distance from top,
when near bottom, alike.

Original comment by zongyao.qu on 27 Apr 2010 at 4:53

GoogleCodeExporter commented 9 years ago
Yup, sticking to an edge would help :)

Original comment by mariotom...@gmail.com on 27 Apr 2010 at 10:50

GoogleCodeExporter commented 9 years ago
Using relative instead of absolute coordinates would fix this, as I suggested 
in issue 89.

Original comment by almunav@gmail.com on 27 Apr 2010 at 12:24

GoogleCodeExporter commented 9 years ago
fixed.

Original comment by zongyao.qu on 28 Apr 2010 at 3:58