[Webkit-unassigned] [Bug 92389] New: Outline is always painted on the first table row regardless of the row it's set on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 09:28:46 PDT 2012


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

           Summary: Outline is always painted on the first table row
                    regardless of the row it's set on
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: EasyFix, HasReduction
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: robert at webkit.org, pravind.2k4 at gmail.com


Created an attachment (id=154669)
 --> (https://bugs.webkit.org/attachment.cgi?id=154669&action=review)
Test case: both outlines shouldn't be on the first row

This is a super simple bug. We don't account for the row's position when painting the outline and thus always paint it on the first row, regardless of where it is set up. See the attached test case.

The issue is in RenderTableRow::paintOutlineForRowIfNeeded that doesn't move the |paintOffset| accordingly.

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