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

Popover throws the `Uncaught (in promise)` error when we use the hover trigger with the delay

Open stukalin opened this issue 9 months ago • 1 comments

Steps

  1. Use a popover with the following combination of parameters: @delayShow={{some relatively large number e.g. 1000}} @triggerEvents="hover"
  2. Hover over the triggering element and immediately leave before the popover is rendered

Expected result Nothing should happen

Actual result There is the

Image

error in the console

stukalin avatar Apr 30 '25 10:04 stukalin

Also experiencing this in BsTooltip. Looks like this fix will also fix this issue

kdagnan avatar Jun 06 '25 15:06 kdagnan