[Webkit-unassigned] [Bug 144072] Volume slider appears/doesn't appear at the wrong times

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 22 18:53:48 PDT 2015


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

--- Comment #4 from Roger Fong <roger_fong at apple.com> ---
(In reply to comment #3)
> Comment on attachment 251375 [details]
> patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=251375&action=review
> 
> > Source/WebCore/ChangeLog:12
> > +        Don't allow mouse interaction with the background divs.
> > +        * Modules/mediacontrols/mediaControlsApple.css:
> > +        (audio::-webkit-media-controls-volume-slider-container-background):
> > +        (audio::-webkit-media-controls-volume-slider-container-tint):
> 
> I'm not sure why you needed to do this. As long as the backgrounds are
> behind the controls, wouldn't the control get the event?

In this situation, when the volume box is hidden, the controls have a width of 0, so the background, while hidden, are above the controls.

Maybe a better way to do this is to make the widths of the background divs 0 as well while hidden.

-- 
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/20150423/68d6d551/attachment.html>


More information about the webkit-unassigned mailing list