[Webkit-unassigned] [Bug 76553] min-width is not implemented on <table>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 14:45:16 PST 2012


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





--- Comment #8 from Julien Chaffraix <jchaffraix at webkit.org>  2012-01-23 14:45:15 PST ---
(From update of attachment 123140)
View in context: https://bugs.webkit.org/attachment.cgi?id=123140&action=review

>> Source/WebCore/rendering/AutoTableLayout.cpp:276
>> +        maxWidth = max<int>(minWidth, maxWidth);
> 
> Should be max<LayoutUnit>

Scratch that, it's me forgetting about table needing integer precision it was fine as it was. Emil or Levi, feel free to chime in if I missed something here.

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