[Webkit-unassigned] [Bug 85348] REGRESSION: Focused TR element draws its focus outline in the wrong place

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 11:24:52 PDT 2012


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Unspecified                 |All
         OS/Version|Unspecified                 |All




--- Comment #5 from Julien Chaffraix <jchaffraix at webkit.org>  2012-07-27 11:24:55 PST ---
> RenderBox::addFocusRingRects() is called from RenderObject::paintFocusRing() which is called from RenderObject::paintOutline(). The fix for the bug https://bugs.webkit.org/show_bug.cgi?id=92389 fixes the paint offset for row outlines which is the same offset which sent to draw focus rings...

Good analysis, this bug is related with bug 92389. However I wouldn't say they are duplicated as one is about the outline, this one is about the focus ring.

It would be nice to land the test case to ensure we don't regress this case.

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