[Webkit-unassigned] [Bug 165390] [Modern Media Controls] Rendering issues with controls bar when captions are on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 20:31:42 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165390

--- Comment #2 from Antoine Quint <graouts at webkit.org> ---
This is coming from RenderImage::layoutShadowControls() assuming there is a single RenderBox child under the media element's UA shadow root, but in our case with modern media controls, we have two: the captions and the media controls. The simple fix is to use a single container in the case of modern media controls.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161206/78d0af22/attachment.html>


More information about the webkit-unassigned mailing list