[Webkit-unassigned] [Bug 26659] Support hidding an control bar element from the Media element controller (display:none does not work for media control elements)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 16:01:11 PDT 2009


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


simon.fraser at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31882|review?                     |review+
               Flag|                            |




------- Comment #9 from simon.fraser at apple.com  2009-06-25 16:01 PDT -------
(From update of attachment 31882)
> +    if (renderer() && !rendererIsNeeded(style))
> +        detach();
> +    else if (!renderer() && rendererIsNeeded(style)) {

It's probably worth changing this to call rendererIsNeeded() just once.

r=me


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list