[Webkit-unassigned] [Bug 25016] max-width and max-height are not overriding the width and height properties when 'display' set to 'table'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 28 12:04:59 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=25016
Tony Chang <tony at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony at chromium.org
--- Comment #10 from Tony Chang <tony at chromium.org> 2012-09-28 12:05:24 PST ---
The bug is probably in RenderTable::updateLogicalWidth. You can see that it checks against min-width, but there's no code for max-width.
http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderTable.cpp?rev=129929#L258
I'm not sure how table height gets computed, but if you look in RenderBox::computeLogicalHeight, it only calculates margins. I suspect the height is updated by it's children or something.
--
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