ng-bootstrap icon indicating copy to clipboard operation
ng-bootstrap copied to clipboard

fix(tooltip,popover): keep tooltip/popover open when it is hovered

Open daiscog opened this issue 11 months ago • 1 comments

When using a hover trigger and a close delay, tooltips/popovers will be kept open if the mouse leaves the trigger element and enters the tooltip/popover element before the close delay times out.

Fixes #4168

Before submitting a pull request, please make sure you have at least performed the following:

  • [x] read and followed the CONTRIBUTING.md and DEVELOPER.md guide.
  • [x] built and tested the changes locally.
  • [x] added/updated any applicable tests.
  • [x] added/updated any applicable API documentation.
  • [x] added/updated any applicable demos.

daiscog avatar Mar 25 '24 19:03 daiscog