[Webkit-unassigned] [Bug 92389] 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 11:58:40 PDT 2012


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





--- Comment #1 from Pravin D <pravind.2k4 at gmail.com>  2012-07-26 11:58:44 PST ---
(In reply to comment #0)
> Created an attachment (id=154669)
 --> (https://bugs.webkit.org/attachment.cgi?id=154669&action=review) [details]
> 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.
> 

Super super simple bug I guess... They have properly handled Table sections n forgot the rows...

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