Skip to content
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

[Bug]: IntervalBeforeClose does not work in NotificationService #5311

Closed
mtbayley opened this issue Feb 14, 2024 · 0 comments · Fixed by #5313
Closed

[Bug]: IntervalBeforeClose does not work in NotificationService #5311

mtbayley opened this issue Feb 14, 2024 · 0 comments · Fixed by #5313
Assignees
Labels
Type: Bug 🐞 Something isn't working
Milestone

Comments

@mtbayley
Copy link
Contributor

Blazorise Version

1.4.1

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction, or a simple code snippet

await NotificationService.Error("Test!", "Error", o =>
{
    o.IntervalBeforeClose = TimeSpan.FromSeconds(15).TotalMilliseconds;
});

Steps to reproduce

Run above code

What is expected?

Notification should stay visible for 15 seconds

What is actually happening?

Notification stays visible for ~5 seconds

What browsers are you seeing the problem on?

Microsoft Edge

Any additional comments?

No response

@mtbayley mtbayley added the Type: Bug 🐞 Something isn't working label Feb 14, 2024
@stsrki stsrki added this to the 1.4 support milestone Feb 15, 2024
@David-Moreira David-Moreira linked a pull request Feb 15, 2024 that will close this issue
@stsrki stsrki closed this as completed Feb 16, 2024
@stsrki stsrki added this to Support Aug 3, 2024
@stsrki stsrki moved this to ✔ Done in Support Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Archived in project
3 participants