[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 05:19:26 PDT 2012


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





--- Comment #4 from Pravin D <pravind.2k4 at gmail.com>  2012-07-27 05:19:30 PST ---
The issue as pointed out by Julien was due to wrong paint offset for focus rings.
The issue has been fixed by the changeset http://trac.webkit.org/changeset/123793

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

Also the issue is not repo on r123859 (Qt linux port)

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