Bug 119355 - Spanning logical height is not added properly in all spanning rows
Summary: Spanning logical height is not added properly in all spanning rows
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-07-31 16:16 PDT by Ryosuke Niwa
Modified: 2013-07-31 16:16 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-07-31 16:16:36 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/52f37386c50bb4c15c0204ccbc881705cd85138b

The remaining logical height is wrongly added to the last row spanning cell,
not spread on the rows when more then one rowspanning cell present in the table.

Remaining logical height was handled to only row spanning cell which comes
first in the table. Remaining row spanning cells were not handles.

Here, we handled all row spanning cells in the table those are not overlapping
each others.