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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 18:35:08 PDT 2015


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

--- Comment #7 from Roger Fong <roger_fong at apple.com> ---
(In reply to comment #5)
> (In reply to comment #3)
> > Are we regressing https://bugs.webkit.org/show_bug.cgi?id=137763 on purpose?
> 
> Yes. That patch caused a number of behavior regressions which require
> workarounds whose implementations negate the benefits of that patch.
> 
> If we want to reduce unnecessary painting, we should make sure instead that
> the hidden controls do not have renderers.

Right now we just opacity 0 the controls.
I'm not sure why would be be doing extra painting when opacity is 0 but if so, then we could go a step further and display:none the controls after the transition animation has ended.

-- 
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/20150508/49cc6fe3/attachment.html>


More information about the webkit-unassigned mailing list