[Bug 12405] There's a problem with overlaying a sign-language video and using native controls, because the overlaid video overlaps the native controls

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12405

--- Comment #4 from Simon Pieters <simonp@opera.com> 2011-05-11 07:32:34 UTC ---
You can't know what the height of the controls are. It could vary based on
browser skin. The controls might not be at the bottom in the first place. You
can't know for sure that you haven't overlapped the native controls.

What would be better is either a way to make the controls render on top of
other elements. (A few years ago I thought maybe this should be the default
behavior even.)

I can also see a case for pages wanting to reposition things when the controls
are visible. I recall a mozilla demo with custom captions that repositioned
them on :hover. Maybe a way to ask for position and size for the custom
controls, and maybe events controlsshow and controlshide.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 11 May 2011 07:32:37 UTC