enterprise
enterprise copied to clipboard
Uncaught TypeError: Cannot read properties of undefined (reading 'tooltipOptions')
Describe the bug Remove rows to fast in a Data Grid throw tooltip is undefined error
To Reproduce
Steps to reproduce the behavior:
- Go to https://stackblitz.com/edit/ids-quick-start-1411-ivewxa?file=src/app/app.component.ts
- Open browser developer tools
- Delete rows rapidly
Expected behavior No errors should throw
Version
- enterprise-ng: 14.1.1
@guoliang @tmcconechy @ericangeles
Hello, I checked the code in IDS and there looks to be a fix already there for the undefined exception: https://github.com/infor-design/enterprise/blob/main/src/components/datagrid/datagrid.js#L12881
If I inspect the stackblitz, the check is missing

I've been trying several cases to reproduce the error and it doesn't work in my end, so I think updating to the latest IDS version will fix the issue
@yohannahbautista sounds like the answer to me.
Closing now this issue.
This issue is now resolved.