-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Enhancement
Hyperlinks in popovers (fancy tooltips) are very hard to click since the popover disappears if you unhover (mouseleave
) the triggering element.
Steps to reproduce
- Go to any page that contains an more information icon for which the popover contains a hyperlink (eg: the authors card in publications)
- Hover the information icon in the card title next to "Authors"
- Try an click the "More information about authors and editors" link. You'll have to do this within 1 second of leaving the icon or the popover will have disappeared and the link is gone.
Screenshots
Additional context
This can be fixed with quite a bunch of scripting or we can switch the popover trigger to "click" - which means you'd also need to click it to hide the popover.