[Webkit-unassigned] [Bug 142551] Slew of minor edits to media controls on OSX

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 10 18:23:22 PDT 2015


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

--- Comment #10 from Roger Fong <roger_fong at apple.com> ---
(In reply to comment #8)
> Comment on attachment 248374 [details]
> patch
> 
> http/tests/media/hls/video-controls-live-stream.html failed; I suggest
> testing that locally to see why it failed

Fixed it, showed the controls unnecessarily early, which did generate the intended visual effect but wasn't the best way to go about it.
I made it so that we draw the timeline simply when the 'canplay' event is received instead since we don't show the controls until we get that event anyways.
I think 'loadedData' might work too, though I think 'canplay' might be a bit more conclusive that we're ready to draw the timeline.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150311/9a21c294/attachment-0002.html>


More information about the webkit-unassigned mailing list