You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: