Bug 12079 - Nested tables don't repaint properly when a certain row is added
Summary: Nested tables don't repaint properly when a certain row is added
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction, InRadar, Regression
Depends on:
Blocks: 10898
  Show dependency treegraph
 
Reported: 2007-01-02 12:03 PST by Adele Peterson
Modified: 2007-01-05 15:20 PST (History)
3 users (show)

See Also:


Attachments
test case (1.31 KB, text/html)
2007-01-02 12:04 PST, Adele Peterson
no flags Details
Slight reduction (655 bytes, text/html)
2007-01-02 13:34 PST, mitz
no flags Details
Fix table section repainting and table overflows (73.58 KB, patch)
2007-01-05 12:13 PST, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adele Peterson 2007-01-02 12:03:02 PST
<rdar://problem/4584389> REGRESSION: Nested tables don't repaint properly when a certain row is added
Comment 1 Adele Peterson 2007-01-02 12:04:54 PST
Created attachment 12170 [details]
test case

Follow the instructions in the attached test case to add a new row to one of the inner tables.  The next inner table will then fail to repaint properly.
Comment 2 mitz 2007-01-02 13:34:41 PST
Created attachment 12173 [details]
Slight reduction

Any content in the first table section will do. This is a regression from the fix for bug 5633.
Comment 3 mitz 2007-01-02 16:46:15 PST
This bug is a RenderTable version of bug 3509, and a similar fix should work. Sections that moved (vertically, in this case) after layout should be repainted at their new position.
Comment 4 mitz 2007-01-05 12:13:15 PST
Created attachment 12243 [details]
Fix table section repainting and table overflows
Comment 5 Dave Hyatt 2007-01-05 12:58:14 PST
Comment on attachment 12243 [details]
Fix table section repainting and table overflows

r=me
Comment 6 Adele Peterson 2007-01-05 15:20:29 PST
Committed revision 18634.