[webkit-reviews] review requested: [Bug 16148] overflow: hidden with float:left rendering issue : [Attachment 30742] Patch calcPrefWidths (use specified width as min/max pref width when 0).

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 12:12:54 PDT 2009


Jacob Refstrup <jacob.refstrup at hp.com> has asked  for review:
Bug 16148: overflow: hidden with float:left rendering issue
https://bugs.webkit.org/show_bug.cgi?id=16148

Attachment 30742: Patch calcPrefWidths (use specified width as min/max pref
width when 0).
https://bugs.webkit.org/attachment.cgi?id=30742&action=review

------- Additional Comments from Jacob Refstrup <jacob.refstrup at hp.com>
It seems that comparing width > 0 is fairly common; there's also table cell
code that does this. Perhaps a similar fix should at least be made for the
table cell case -- not sure if it'd make a difference for min-width or
max-width in calcPrefWidths.


More information about the webkit-reviews mailing list