[Webkit-unassigned] [Bug 144338] New: automatic table layout doesn't honor "max-width" on table cells, when distributing width between them

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 10:44:17 PDT 2015


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

            Bug ID: 144338
           Summary: automatic table layout doesn't honor "max-width" on
                    table cells, when distributing width between them
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dholbert at mozilla.com

Created attachment 251861
  --> https://bugs.webkit.org/attachment.cgi?id=251861&action=review
testcase 1

What steps will reproduce the problem?
 1. Load attached testcase.

Expected results:
 The blue table cell should be skinny (clamped by its "max-width" style).

Actual results:
 The blue table cell is wide (disregarding its "max-width" style).


Firefox 37 (Gecko), IE 11 (Trident), and Opera 12.16 (Presto) all give "Expected results".
Chrome 43 and Safari 5.1 give "Actual results".


I also filed this as a Blink bug (since both Blink and WebKit are affected):
 https://code.google.com/p/chromium/issues/detail?id=482057

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150428/a93597eb/attachment.html>


More information about the webkit-unassigned mailing list