diff options
author | yawano <yawano@chromium.org> | 2014-10-06 02:14:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-06 09:15:17 +0000 |
commit | bf6897a84c8a7f08e4c2cd8506b833d93a504ab8 (patch) | |
tree | c9c59e31fba149f90f2873c6e0c3fafcb13e0ebc /base/PRESUBMIT.py | |
parent | 9fa6d13fdbac6c82917c23c9b63b4f3cb7b7593e (diff) | |
download | chromium_src-bf6897a84c8a7f08e4c2cd8506b833d93a504ab8.zip chromium_src-bf6897a84c8a7f08e4c2cd8506b833d93a504ab8.tar.gz chromium_src-bf6897a84c8a7f08e4c2cd8506b833d93a504ab8.tar.bz2 |
Fixed that the column header of file list placed incorrectly after double click on separator.
This issue was caused by that while the columns were rendered with display:flex,
splitters used (-webkit-)margin-start with column width in column_model to set their positions.
When total width of columns exceeds width of a table, rendered width becomes different from width in column_model due to display:flex.
Fixed this by keeping total width with calling setWidthAndKeepTotal instead of setWidth.
BUG=408035
TEST=Narrow window so that at least file name is cropped; Double click the header's separator at the right side of Name column.
Review URL: https://codereview.chromium.org/634433002
Cr-Commit-Position: refs/heads/master@{#298206}
Diffstat (limited to 'base/PRESUBMIT.py')
0 files changed, 0 insertions, 0 deletions