[Webkit-unassigned] [Bug 84570] audio controls have a 1px surplus outline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 23 10:46:18 PDT 2012


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





--- Comment #3 from Eric Carlson <eric.carlson at apple.com>  2012-04-23 10:46:18 PST ---
(In reply to comment #0)
> 
> I've confirmed that if I just return from "RenderImage::paintReplaced" in src/third_party/WebKit/Source/WebCore/rendering/RenderImage.cpp , I can remove that outline.
> 
> Thus, my theory is that the audio element, being a stripped-down video element, might try to render a poster, which does not exist and is therefore rendering the 1px grey and empty outline of an image.
> 
This theory is incorrect. HTMLAudioElement has a RenderMedia when it has controls, HTMLVideoElement has a RenderVideo, and RenderMedia doesn't know anything at all about the poster. 

Have you tried adding "border: initial;" to [video|audio]::-webkit-media-controls-panel?

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



More information about the webkit-unassigned mailing list