[Webkit-unassigned] [Bug 144770] New: Media Controls stop update after hovering for a few seconds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 15:28:48 PDT 2015


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

            Bug ID: 144770
           Summary: Media Controls stop update after hovering for a few
                    seconds
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: roger_fong at apple.com

rdar://problem/19823121

The issue is that we still call "hideControls" while we are hovering, which leaves us in a state of thinking the controls are hidden while they are actually visible.

I attempted to remedy the issue by detecting for hover over the controls using mouse over and out events but this was unreliable.
Another suggestion was to rip out the controlsAreHidden/forceUpdate logic in the updateTime and updateProgress as it doesn't seem to offer us much of a performance benefit anyways.

-- 
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/20150507/d1948021/attachment-0001.html>


More information about the webkit-unassigned mailing list