[Webkit-unassigned] [Bug 169962] New: [Modern Media Controls] Controls size lags behind media size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 22 10:53:05 PDT 2017


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

            Bug ID: 169962
           Summary: [Modern Media Controls] Controls size lags behind
                    media size
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at apple.com

Created attachment 305109

  --> https://bugs.webkit.org/attachment.cgi?id=305109&action=review

Testcase

When resizing a video element, it's very visible that the controls size lags behind the media size. The attached test case makes it very clear. The issue is that we fire the "resize" event on the shadow root on a timer to notify the JS code, and on top of that we use a requestAnimationFrame() call to update the DOM.

-- 
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/20170322/f906e26c/attachment.html>


More information about the webkit-unassigned mailing list