janus-idp / backstage-plugins

Plugins for Backstage
https://janus-idp.io
Apache License 2.0
152 stars 149 forks source link

[Tekton plugin]: Hovering on certain tasks UI causes the UI to flicker #1162

Closed karthikjeeyar closed 7 months ago

karthikjeeyar commented 9 months ago

Describe the bug

Hovering on tasks that has more number of steps causes the UI to flicker continuously until you hover out of that task node. The tooltip is large in these tasks and it causes the layout to flicker.

This task has 8 steps in it.

image

https://github.com/janus-idp/backstage-plugins/assets/9964343/4b0bea7c-376f-4c82-9fd0-9ba61a485aeb

Expected Behavior

UI should not be flickering when you hover on the tasks that has a larger tooltips.

What are the steps to reproduce this bug?

  1. Create a pipelinerun with a task which has more number of steps.
  2. hover on the task.
karthikjeeyar commented 7 months ago

Closing this issue as it is not reproducible in the backstage plugins, will open it in showcase repo if it is still reproducible there.