Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turbo table: Horizontal scrolling not synchronized when adding columns dynamically #7375

Closed
mertsincan opened this issue Mar 13, 2019 · 2 comments
Assignees

Comments

@mertsincan
Copy link
Member

Reported By PRO User;

If we try to add columns dynamically in a horizontally scrollable table, the header and body scrolling
will not stay in sync.

Check this sample project:
https://stackblitz.com/github/tleveque23/AddColBug

When you see the table, use alt-i to add new column to the end, or just after a selected column (focus in a header or body cell).
You can also use atl-a to add new rows.

If you select a column at the end or in a partially visible cell, and add a new column with alt-i, you will see the misalignment happenning.

Expected behaviour: The header and the body section scrolling should alway be synchronized and the columns always aligned correctly.

@mertsincan mertsincan added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 13, 2019
@mertsincan mertsincan added this to the 7.1.0 milestone Mar 13, 2019
@mertsincan mertsincan self-assigned this Mar 13, 2019
@mertsincan
Copy link
Member Author

Commit: d8eedcc

@mertsincan mertsincan removed the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 13, 2019
@mertsincan
Copy link
Member Author

Duplicate of #7376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant