[Webkit-unassigned] [Bug 76948] min-width is not implemented on <table> for table-layout: fixed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 09:42:54 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76948





--- Comment #2 from Max Vujovic <mvujovic at adobe.com>  2012-02-02 09:42:55 PST ---
I haven't started any work on this bug, and I don't think anyone else has expressed interest in taking it yet, so you're welcome to pick it up :).

FYI, I just landed bug 76553, which implemented min-width for table-layout: auto. I decided to separate the auto and fixed cases because the computePreferredLogicalWidths method in FixedTableLayout.cpp has a comment: "FIXME: This entire calculation is incorrect for both minwidth and maxwidth." (where minwidth and maxwidth refer to the preferred widths, not the min-width and max-width styles). I would do some research around that comment as you work on this.

-- 
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