-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootstrap 4.2.1 toast delay does not 'restart' if the toast is shown again before the timeout ends #28164
Comments
Hi @karimcambridge, I tried to reproduce your issue but I'm not able to 😟 |
https://codepen.io/karimcambridge/pen/RvLdGr Try now, with a larger data-delay (5000). |
Hmm ok now I understand 👍 For me in this particular use case, I would call manually |
Thank you. |
FYI for anyone still grappling with this, I worked around it by "disposing" of the toast before showing it again. |
Same, but needs to be fixed. |
Has this been fixed? |
The title explains it well.
The code above should be added in
show()
for the toast class atbootstrap/js/src/toast.js
Line 80 in 9e4e947
Don't think there is need for a test case.
The text was updated successfully, but these errors were encountered: