[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
Thu Jul 26 15:19:14 PDT 2012


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EasyFix, HasReduction
                 CC|                            |jchaffraix at webkit.org,
                   |                            |pravind.2k4 at gmail.com,
                   |                            |robert at webkit.org




--- Comment #3 from Julien Chaffraix <jchaffraix at webkit.org>  2012-07-26 15:19:17 PST ---
Seems like our focus ring logic doesn't add the row offset from the table: thus it is drawn on top of the first row instead of the right row.

I believe the fix to be simple and is about adding the location to the focus ring's position in RenderBox::addFocusRingRects. Due to RenderBox being used for a lot of renderers, it is likely impacting other cases.

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