Bug 19883 - Removing a table row causes the rest of the rows to loose their height
Summary: Removing a table row causes the rest of the rows to loose their height
Status: RESOLVED DUPLICATE of bug 24971
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 08:31 PDT by Trevan Richins
Modified: 2010-10-10 11:08 PDT (History)
2 users (show)

See Also:


Attachments
Test case (924 bytes, text/html)
2008-07-03 08:32 PDT, Trevan Richins
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***