Username on hover flashes up, hides, and then flashes up again

On this community I have noticed that if you hover over any username and get the on hover to flash up, it then hides, and then flashes up again.

I swear I'm letting go of the mouse after positioning the cursor initially.

Parents
  • I've corrected the issue on this site. The animation and delayed event timings can conflict to a point that the widget believes the mouse has been over the pop-up and left, which normally causes the pop-up to hide.

    The solution (applied to this site) is to not hide the pop-up if the mouse is currently over the element that caused the pop-up to appear even if the cursor has left the pop-up.

    I've logged this to ensure that it gets addressed in realted releases:

    TE-9090: User hover closes immediately after showing

    Completed for 10.1.6.9599

Reply
  • I've corrected the issue on this site. The animation and delayed event timings can conflict to a point that the widget believes the mouse has been over the pop-up and left, which normally causes the pop-up to hide.

    The solution (applied to this site) is to not hide the pop-up if the mouse is currently over the element that caused the pop-up to appear even if the cursor has left the pop-up.

    I've logged this to ensure that it gets addressed in realted releases:

    TE-9090: User hover closes immediately after showing

    Completed for 10.1.6.9599

Children