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

Undefined rowContext on scroll and cell focus is not correct #278

Open
sheemakeezhanjilil opened this issue Mar 16, 2023 · 0 comments
Open

Comments

@sheemakeezhanjilil
Copy link

The cell focus was working correctly until Angular version 12, after upgrading to angular 14 , it keeps on jumping to wrong cell and on cell click gives an error for undefined RowContext. The focus is correct for the first search, but as soon as the datasource changes, it gets messed up.

"@angular/animations": "^14.2.12",
"@angular/cdk": "^14.2.7",
"@angular/cdk-experimental": "^14.2.7",
"npm": "^7.20.5",
"@pebula/ngrid": "^5.0.0",
"@pebula/ngrid-material": "^5.0.0",
"@pebula/utils": "^1.0.2",
"typescript": "4.6.4",
"rxjs": "^6.6.7",

On updating the typescript to 4.7 and rxjs version to 7 ,row click gives error for focusChanged has prev as undefined and the focus is still messed up for any change in datasource after the first load.

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