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
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:
Fixes#1116
Couldn't reproduce the bug but changed the code to return
`NULL_POSITION` if any needed values are undefined instead of using
`assertNotNull`.
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_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
The text was updated successfully, but these errors were encountered: