-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Toaster with timeout zero is dismissed early #6742
Comments
Thanks for the bug report @dylangrandmont! Fix for |
Will leave this open for the |
Thanks, @gluxon! Let's also track adding a test case as part of fixing this issue. |
Hi @ericjeney , I'd like to work on resolving the issue with handling |
Hey @AustineChi, I hadn't started yet. Would appreciate the help. |
Hi @gluxon , @dylangrandmont , and @ericjeney - I've submitted PR #7059 to address the |
Environment
Code Sandbox
Code sandbox
Steps to reproduce
See the linked code sandbox
0
. Note that focusing the toast will dismiss it (without clicking the 'x')100_000
) this is not the case; Toast remains open after focusing.timeout: Infinity
is poorly behaved; Toast immediately closesActual behavior
See above and also screen recording from sandbox:
Screen.Recording.2024-03-14.at.11.45.53.AM.mov
Expected behavior
Toast with
timeout: 0
should not dismiss early.timeout: Infinity
should also behave the same astimeout: 0
The text was updated successfully, but these errors were encountered: