DescriptionCol width is not honored when dynamically updated and it would not make table narrower
Increasing the table width by increasing the colgroup width was working
but decreasing the table width by decreasing the colgroup width is not working.
When colgroup width is defined table cell should adjust according to that.
On decreasing colgroup width the cells maxPreferredLogicalWidth was
still set to the earlier value. Setting the setPreferredLogicalWidthsDirty
to true so that cells pref width is calculated again.
I already landed this patch on webkit. Just modified the layout test file and fixed build errors.
http://trac.webkit.org/changeset/162334.
R=jchaffraix@chromium.org
BUG=340252
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168908
Patch Set 1 #Patch Set 2 : #
Total comments: 4
Patch Set 3 : #
Total comments: 6
Patch Set 4 : #
Total comments: 7
Patch Set 5 : #
Total comments: 1
Patch Set 6 : #
Total comments: 1
Patch Set 7 : #Patch Set 8 : Added new test cases as per suggestion. #Messages
Total messages: 24 (0 generated)
|