[Webkit-unassigned] [Bug 84260] New: REGRESSION(102040): Auto-table layout with percent width doesn't shrink-to-fit content a cell with colspan
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 18 11:32:06 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84260
Summary: REGRESSION(102040): Auto-table layout with percent
width doesn't shrink-to-fit content a cell with
colspan
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tables
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jchaffraix at webkit.org
This is an unexpected change of bug 34758. Bug 34758 made us abide by percent width when there are only percent columns on a colspan.
The bug is simple and stems from the fact that we are setting the min / max effective column width but forget to update the cell's min / max (remaining) logical width like the rest of the code.
Patch and test case to follow shortly.
--
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