-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
After V19 tooltip inside cdk-virtual-scroll-viewport #6715
Comments
Hey, thanks for your report, Please provide a link with a proper repoduction of the issue |
Sure, here is a reproduction link with ngx-bootstrap 19.0.1
i also put two videos to show whats happening on scrolling. https://stackblitz.com/edit/stackblitz-starters-ehj1siuj?file=package.json ngx-bootstrap 18.0.2, no issue on the scrolling ngx-bootstrap 19.0.1, scrolling messed up, all white space |
FYI - I see what seems to be same issue when using typeahead in cdk-virtual-scroll-viewport. Works as expected using ngx-bootstrap 18.0.2 broken in higher versions. |
So I've made quite a few tests and it seems like a cdk-scroller issue. If you make a very fast scroll - it breaks even if you remove tooltip. Seems like additional directive makes this worse, but the issue isn't on |
ngx-bootstrap:v18.0.2 to v18.1.1 and onwards
Angular: v19
Its very easy to create this problem. Use tooltip inside cdk-virtual-scroll-viewport with large number of items
<i [tooltip]="TEST" placement="right" >
its working very fine with v180.2, but if you upgrade ngx-bootstrap to v18.1.1, cdk-virtual-scroll-viewport completely brokes.
I gues tooltip is doing something new in v18.1.1 It may not a bug in ngx-bootrap but as nothing is documented in changelog, i wonder whats changed and whats causing this.
Also i do a complete check on all the commits between this releases but there is nothing changed except converting them to standalone.
This is realy confusing me, what am i missing here and how can it broke it.
The text was updated successfully, but these errors were encountered: