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
I've only seen this issue when a user is hovering over the ... of a running pipeline, and the graph updates in a way that moves the parent node of the ... (the TFX sample does this reliably in later steps, though it can sometimes be reproduced in the conditional example).
The issue seems to be the built-in handlers of the Tooltip not being fired.
A potential solution, as sort of mentioned here, would be to create a wrapper Icon component that includes a Tooltip and the necessary mouse event handlers.
The text was updated successfully, but these errors were encountered:
/close
I haven't seen this issue.
I think it's already fixed
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
I've only seen this issue when a user is hovering over the
...
of a running pipeline, and the graph updates in a way that moves the parent node of the...
(the TFX sample does this reliably in later steps, though it can sometimes be reproduced in the conditional example).The issue seems to be the built-in handlers of the Tooltip not being fired.
A potential solution, as sort of mentioned here, would be to create a wrapper
Icon
component that includes a Tooltip and the necessary mouse event handlers.The text was updated successfully, but these errors were encountered: