-
Notifications
You must be signed in to change notification settings - Fork 29.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
Notification button goes out of dom when progress changes #91682
Comments
This is because I call /duplicate of #50931 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
I remember why: if you update the message text, the height might change due to wrapping. As such I splice the notification, but maybe there is now a better way with newer API? Code:
|
@joaomoreno oh nice, will wait for that to land then. |
When verifying #91469 (comment), there was once that I clicked the
Cancel
button and nothing happened. I was able to reliably reproduce by holding mouse down, waiting for progress to change and releasing the mouse button.The text was updated successfully, but these errors were encountered: