six-group/six-webcomponents

six-alert (toast stack) does not stay open if the mouse hovers over it

Closed this issue · 0 comments

Six Webcomponents version

4.0.3

Steps to reproduce

  1. Create Alert with a duration
  2. call ".toast()"
  3. Hover over the toast
  4. The toast closes if the mouse does not continously move

What is expected?

The alert dismiss timer should pause while the mouse is moved over it and reset once the mouse leaves the element.

What is actually happening?

Currently the alert only stays open if you continuously move the mouse while hovering over the alert.

System Info

No response

Any additional comments?

As discussed in the last web-components weekly on the 24.1.24 I'd like to improve the six-alert when using a duration in combination with the toast stack.