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

table.body onScroll action is fired when table is first rendered with occlusion #647

Open
lougreenwood opened this issue Dec 3, 2018 · 1 comment

Comments

@lougreenwood
Copy link

The onScroll action is fired when the table has occlusion rendering enabled.

This has the effect of always return scroll position of 0 on table load. For us, this causes problems because it overwrites any previously stored scroll position (@onScroll={{action (mut scrollPosition)}}).

If occlusion is disabled, the feature works as expected.

@alexander-alvarez
Copy link
Collaborator

Thanks for bringing this up! Categorized it so we can investigate it further

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

No branches or pull requests

2 participants