-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Package integration is broken after Angular CDK 14.1.0 #448
Labels
Comments
I think you shared the wrong link, I don't the issue there! Please check it again, and send me the editable link, not only the preview. |
Oh sorry, in the link you provided, you can already see the problem: |
You got any chance to look into this one @MurhafSousli ? Thanks! |
MurhafSousli
added a commit
that referenced
this issue
Aug 7, 2022
A bug was introduced with CDK v14.1.0 after style change in https://github.com/angular/components/pull/24394/files#diff-788bb14508b22c01b91e2f47d9ee53f3d0170ecacd9fb31c60dba64998912a23
Fixed in v10.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating CDK to 14.1.0, the integration with cdk-virtual-scroll-viewport is acting weird, adding spaces and scroll when is not neccesary.
Reverting to 14.0.6 fixes the issue.
I think this PR can be related angular/components#24394
Stackblitz:
https://ngx-scrollbar-c3u9al.stackblitz.io
As you can see, i only updated CDK and Material to 14.1.0. In the virtual scroll example, you can see a 'cdk-virtual-scroll-spacer' with height: 50000px (an enormous blank space) after the elements:
The text was updated successfully, but these errors were encountered: