Skip to content

Fix issue link popover to persist on hover

Natalia Tepluhina requested to merge ntepluhina-fix-issue-popover-hover into master

What does this MR do and why?

Currently, hovering an issue link on an issue description and moving a cursor to hover an appearing popover, results in popover disappearing. This prevents users from copying information from popover itself. This MR removes the logic for destroying popover on mouseout event, which makes popover to persist on hover.

How to set up and validate locally

Example below:

  1. Add a few issue links to isse description
  2. Hover a link
  3. Hover the popover

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports