Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Issue 27690002: Not able to set width using ColGroup when table-layout is fixed.

Created:
7 years, 2 months ago by a.suchit
Modified:
6 years, 6 months ago
CC:
blink-reviews, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Not able to set width using ColGroup when table-layout is fixed. When Some columns width are specified by colgroup than remaining columns width is set as fixed width if colspan cell present in first row for those columns. Now by default these columns are set as auto width. R=jchaffraix@chromium.org BUG=20865

Patch Set 1 : #

Total comments: 4

Messages

Total messages: 6 (0 generated)
suchit.agrawal
7 years, 2 months ago (2013-10-17 11:12:34 UTC) #1
Julien - ping for review
https://codereview.chromium.org/27690002/diff/16001/Source/core/rendering/FixedTableLayout.cpp File Source/core/rendering/FixedTableLayout.cpp (right): https://codereview.chromium.org/27690002/diff/16001/Source/core/rendering/FixedTableLayout.cpp#newcode165 Source/core/rendering/FixedTableLayout.cpp:165: m_width[currentColumn].setValue(m_width[currentColumn].type(), logicalWidth.intValue()); I don't understand how this line is ...
7 years, 2 months ago (2013-10-22 21:11:40 UTC) #2
suchit.agrawal
https://codereview.chromium.org/27690002/diff/16001/Source/core/rendering/FixedTableLayout.cpp File Source/core/rendering/FixedTableLayout.cpp (right): https://codereview.chromium.org/27690002/diff/16001/Source/core/rendering/FixedTableLayout.cpp#newcode165 Source/core/rendering/FixedTableLayout.cpp:165: m_width[currentColumn].setValue(m_width[currentColumn].type(), logicalWidth.intValue()); On 2013/10/22 21:11:41, Julien Chaffraix wrote: > ...
7 years, 1 month ago (2013-10-23 13:41:05 UTC) #3
Julien - ping for review
https://codereview.chromium.org/27690002/diff/16001/LayoutTests/fast/table/table-colgroup-width-not-set-with-fixed-layout.html File LayoutTests/fast/table/table-colgroup-width-not-set-with-fixed-layout.html (right): https://codereview.chromium.org/27690002/diff/16001/LayoutTests/fast/table/table-colgroup-width-not-set-with-fixed-layout.html#newcode20 LayoutTests/fast/table/table-colgroup-width-not-set-with-fixed-layout.html:20: <col width="100px"> These should be indented to match the ...
7 years, 1 month ago (2013-10-23 17:04:51 UTC) #4
eseidel
Julien is the right reviewer for this change (if its even still needed). Please track ...
6 years, 6 months ago (2014-05-30 00:18:54 UTC) #5
a.suchit2
6 years, 6 months ago (2014-06-02 06:31:45 UTC) #6
On 2014/05/30 00:18:54, eseidel wrote:
> Julien is the right reviewer for this change (if its even still needed). 
Please
> track him down in #blink if you aren't getting regular feedback.
> 
> It's possible we should just close this 7-month-old change.

Sorry for delay. I am not able to give time here. If you want, we can close this
issue right now and when I will start actively working than I can raise a new
change issue.

Powered by Google App Engine
This is Rietveld 408576698