Description
From failed test results on ticket DH-14152, there is sometimes an error thrown when hovering over a table. Tracking it down it was getting thrown in the asserts in IrisGridRenderer:
Reading that code, it shouldn't
assertNotNull, it should just return the
NULL_POSITION if the grid cell coordinates cannot be found.
I am unsure of the steps to reproduce this from the front-end though.
Additional details and attachments


Description
From failed test results on ticket DH-14152, there is sometimes an error thrown when hovering over a table. Tracking it down it was getting thrown in the asserts in IrisGridRenderer:
web-client-ui/packages/iris-grid/src/IrisGridRenderer.ts
Line 1016 in ffb7ada
Reading that code, it shouldn't
assertNotNull, it should just return theNULL_POSITIONif the grid cell coordinates cannot be found.I am unsure of the steps to reproduce this from the front-end though.
Additional details and attachments

