Let's imagine you have a link that launches a URL in new external window/browser.
If you click that _blank url link right before the tooltip starts to fade in - then it doesn't disappear again, because the new popup window (that's launched by the url click in fullscreen), now has the mouse focus.
Therefore the tooltip for some reason doesn't register the MouseLeave event, that normally triggers the tooltip to disappear.
Hope this is enough to replicate it.
Simply create a link that open an external popup window (fullscreen), and then try a few times to click the link, right before the tooltip fade-in animation gets to finish.
This is actually causing quite an annoyance for our users, so I hope it can be fixed.
Let's imagine you have a link that launches a URL in new external window/browser.
If you click that _blank url link right before the tooltip starts to fade in - then it doesn't disappear again, because the new popup window (that's launched by the url click in fullscreen), now has the mouse focus.
Therefore the tooltip for some reason doesn't register the
MouseLeaveevent, that normally triggers the tooltip to disappear.Hope this is enough to replicate it.
Simply create a link that open an external popup window (fullscreen), and then try a few times to click the link, right before the tooltip fade-in animation gets to finish.
This is actually causing quite an annoyance for our users, so I hope it can be fixed.