[Webkit-unassigned] [Bug 47632] Only draw focus ring in RenderInline and RenderImage if the theme is not able to draw a focus ring

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 13 16:07:02 PDT 2010


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





--- Comment #1 from Daniel Bates <dbates at webkit.org>  2010-10-13 16:07:02 PST ---
For completeness:

There are exactly three call sites of GraphicsContext::drawFocusRing():

RenderObject::paintOutline():
<http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderObject.cpp?rev=68911#L1187>

RenderInline::paintOutline():
<http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderInline.cpp?rev=69220#L1002>

And

RenderImage::paintFocusRings():
<http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderImage.cpp?rev=69423#L335>

-- 
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