Bug 19883

Summary: Removing a table row causes the rest of the rows to loose their height
Product: WebKit Reporter: Trevan Richins <developer>
Component: TablesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dbates, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Test case none

Description Trevan Richins 2008-07-03 08:31:11 PDT
When you remove a table row, using either removeChild or deleteRow, the other rows loose their height assigned to them.  This height can be assigned by either css or as the height="" attribute.  I'm attaching a test case for it.  I tested this on Webkit Nightly r34380 for Windows.  I tried more recent ones but Webkit would just crash when I opened the browser (to any page).
Comment 1 Trevan Richins 2008-07-03 08:32:05 PDT
Created attachment 22065 [details]
Test case
Comment 2 Daniel Bates 2010-10-10 11:08:55 PDT

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