Bug 94007 - Row outlines are all painted on the first row
Summary: Row outlines are all painted on the first row
Status: RESOLVED DUPLICATE of bug 92389
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shezan Baig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 11:30 PDT by Shezan Baig
Modified: 2012-08-14 13:10 PDT (History)
2 users (show)

See Also:


Attachments
test case (412 bytes, text/html)
2012-08-14 11:31 PDT, Shezan Baig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shezan Baig 2012-08-14 11:30:35 PDT
See the attached test case.  The outlines for all the rows are all painted at the location of the first row.  This is because RenderTableRow::paintOutlineForRowIfNecessary does not take the row's location() into account.
Comment 1 Shezan Baig 2012-08-14 11:31:11 PDT
Created attachment 158382 [details]
test case
Comment 2 Julien Chaffraix 2012-08-14 13:07:18 PDT
I think this is a duplicate of bug 92389 that was fixed about a month ago.
Comment 3 Shezan Baig 2012-08-14 13:10:51 PDT
Indeed it is -- somehow that bug didn't show up when I searched for existing bugs.  Thanks

*** This bug has been marked as a duplicate of bug 92389 ***