Skip to content

Resolve "Pipeline graph in new merge request widget is flickering"

What does this MR do?

Removes the pointer events for the SVG icon so that it doesn't trigger the tooltip.

Are there points in the code the reviewer needs to double check?

Check if there is a better fix than this. We disable pointer events for .tooltip which impacts all tooltips generated by HAML, so we may end up with some weird cases like this in our v-tooltip's.

Why was this MR needed?

Fix flickering bug

Screenshots (if relevant)

Before After
2018-07-16_17.39.30 2018-07-16_17.35.44

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #49165 (closed)

Edited by Clement Ho

Merge request reports