Bug 84260 - REGRESSION(102040): Auto-table layout with percent width doesn't shrink-to-fit content a cell with colspan
Summary: REGRESSION(102040): Auto-table layout with percent width doesn't shrink-to-fi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Julien Chaffraix
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-18 11:32 PDT by Julien Chaffraix
Modified: 2012-04-18 16:08 PDT (History)
2 users (show)

See Also:


Attachments
Propsed patch 1: Account for allocated min / max cell's logical width. (6.13 KB, patch)
2012-04-18 11:56 PDT, Julien Chaffraix
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2012-04-18 11:32:06 PDT
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.
Comment 1 Julien Chaffraix 2012-04-18 11:56:00 PDT
Created attachment 137735 [details]
Propsed patch 1: Account for allocated min / max cell's logical width.
Comment 2 WebKit Review Bot 2012-04-18 16:08:11 PDT
Comment on attachment 137735 [details]
Propsed patch 1: Account for allocated min / max cell's logical width.

Clearing flags on attachment: 137735

Committed r114574: <http://trac.webkit.org/changeset/114574>
Comment 3 WebKit Review Bot 2012-04-18 16:08:17 PDT
All reviewed patches have been landed.  Closing bug.