[Webkit-unassigned] [Bug 115695] New: Fix the rows' height computation with vertical-align: baseline and rowspan
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 6 19:42:22 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=115695
Summary: Fix the rows' height computation with vertical-align:
baseline and rowspan
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: hyatt at apple.com, bdakin at apple.com,
jchaffraix at webkit.org, simon.fraser at apple.com,
timothy_horton at apple.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list