DescriptionTable with fixed layout behaves like auto layout when its width is set by js instead of css.
The new width of table was not being applied when changed dynamically
even though the table-layout is fixed.
On calculating whether we need to set the m_tableLayout as fixed or
auto the change in layout parameters such as width, height etc was
not considered hence the right layout type was not being set. Incase
there are any layout changes we need to see whether m_tableLayout
needs to be changed or not.
R=jchaffraix@chromium.org
BUG=239421
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173713
Patch Set 1 #
Total comments: 1
Patch Set 2 : Added API isTableLayoutFixed() in RenderStyle.h #
Total comments: 5
Patch Set 3 : Modified the API name in RenderStyle.h and other modifications as per review comments. #
Total comments: 2
Patch Set 4 : Modified variable name and API in RenderStyle.h #
Messages
Total messages: 11 (0 generated)
|