You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having a tooltip on a switch, then if rapidly clicking the switch, then the tooltip will not show correctly afterwards.
Tested with 3.0.0-alpha.10.
To Reproduce
Steps to reproduce the behavior:
Create this code:
<wa-switch id="toggle-button">Switch with tooltip</wa-switch><br />
<wa-tooltip for="toggle-button" placement="right-end">Tooltips are great to have</wa-tooltip>
Click multiple times on the switch, just as the tooltip appears (~100-150ms)
Afterwards you will not be able to see the tooltip, as it qucikly disappears
Describe the bug
When having a tooltip on a switch, then if rapidly clicking the switch, then the tooltip will not show correctly afterwards.
Tested with
3.0.0-alpha.10
.To Reproduce
Steps to reproduce the behavior:
Demo
https://jsfiddle.net/mjfoky0b/
Browser / OS
The text was updated successfully, but these errors were encountered: