supernginx / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
0 stars 0 forks source link

configuring dock makes it disappear in fullscreen mode #553

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
plugins: {
  dock: {
    autoHide: {
      fullscreenOnly: false,
      hideDelay: 100
    }
  }
}
2. demo: http://flowplayer.blacktrash.org/test/bitrateselect.html

What is the expected output? What do you see instead?
Expected: autoHide behavior persists in fullscreen
Instead: dock disappears and is unavailable in fullscreen

Original issue reported on code.google.com by blacktrashproduct on 14 May 2012 at 5:29

GoogleCodeExporter commented 8 years ago
increase the hide delay if you want to see it , its set to 100ms. try 1000.

Original comment by electrot...@gmail.com on 14 May 2012 at 7:47

GoogleCodeExporter commented 8 years ago
from the docs

http://flowplayer.org/plugins/flash/sharing.html#dock

The delay in milliseconds before the controlbar is automatically hidden. The 
timer starts over again when the user stops moving the mouse or moves the mouse 
out of the player. Specifying 0 here causes the controlbar to hide immediately. 
The default is 4000 (4 seconds).

100ms is pretty much 0, hides really quick. 

Original comment by electrot...@gmail.com on 14 May 2012 at 7:55

GoogleCodeExporter commented 8 years ago
I am aware of that. Nevertheless, when you hover over the splash area when not 
in fullscreen mode the splash stays there. Not in fullscreen. When you give the 
same autoHide settings to controls, it works as I would expect it: you move the 
mouse: controlbar appears, and then disappears quickly, whereas the dock 
becomes unavailable.

In my opinion there's some inconsistency there. But ok, set priority to low.

Original comment by blacktrashproduct on 15 May 2012 at 5:35

GoogleCodeExporter commented 8 years ago
Nope it still hides too quickly and unusable can't get access to the button. 
increase the hide delay should fix it or leave it default

Original comment by dani...@electroteque.org on 22 May 2012 at 6:25

GoogleCodeExporter commented 8 years ago
ok

Original comment by blacktrashproduct on 22 May 2012 at 7:31