Bug 115695

Summary: Fix the rows' height computation with vertical-align: baseline and rowspan
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, hyatt, jchaffraix, robert, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2013-05-06 19:40:45 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/e83fb081ceba8983a767a8a6edaccbad647937c0 Fix the rows' height computation with vertical-align: baseline and rowspan r140907 was careful in avoiding updating the baseline descent for spanning cells. However it still added the non-spanning cells baseline descent to the spanning cells' row height computation. This change avoids the previous issue by not adding the baseline descent in this case.
Attachments
Robert Hogan
Comment 1 2013-05-11 07:09:37 PDT
I merged this already in r149585.
Note You need to log in before you can comment on or make changes to this bug.