VideoPlayer control buttons disappear from bar in Safari
Description
When the cursor hovers over the video player, the control bar, including all the buttons, etc., slides up, but once it reaches it's final position, the buttons disappear from the grey bar.
Yes, relative positioning does seem to be part of the problem. It doesn't interact well with jQuery slideDown(): if the controls are shown using plain-ol' show(), there's no problem.
When the cursor hovers over the video player, the control bar, including all the buttons, etc., slides up, but once it reaches it's final position, the buttons disappear from the grey bar.