Open
Description
Reproduction
Steps to reproduce:
- Define a mat-table with 2 sticky columns on the left
- Use the horizontal scrollbar
- Position of the second column is not correctly computed
Expected Behavior
What behavior were you expecting to see?
Two sticky columns, correctly positioned and not moving when using the horizontal scrollbar.
Actual Behavior
What behavior did you actually see?
- Sometimes, the second sticky column is actually moving when using the horizontal scrollbar (see the 3rd example on my stackblitz)
- Sometimes the second sticky column is sticky, but not correctly positioned (see the 2nd example on my stackblitz: this column is too far on the right).
Environment
- Angular: 7, 8
- CDK/Material: 7, 8
- Browser(s): Firefox 71.0, Chromium 75.0.3770.142
- Operating System: Windows 10, Ubuntu 18.04