six-alert (toast stack) does not stay open if the mouse hovers over it
Closed this issue · 0 comments
belahorvath commented
Six Webcomponents version
4.0.3
Steps to reproduce
- Create Alert with a duration
- call ".toast()"
- Hover over the toast
- 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.