Skip to content

Fix tooltip flicker

Clement Ho requested to merge fix-tooltip-flicker into master

What does this MR do?

Fix tooltip flicker by disabling pointer events. The tooltip flicker happens when you hover over the border of an element that has tooltips enabled. Changing the boundary to viewport will fix it too but since this seems more widespread, I'm opting for a more generic solution instead.

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

Why was this MR needed?

Screenshots (if relevant)

Before After
2018-06-29_10.13.44 2018-06-29_10.14.27

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48614

Edited by Clement Ho

Merge request reports