Issue with Toast Timeout

Hi,
I noticed that after updated from 18.3.47 to 18.3.52 that the toast timeout doesnt appear to be working (WebAssembly Blazor)
Before updating, my toasts would simply "timeout" after about 5 seconds, now they do not (sometimes they timeout after about 45 seconds, sometimes they do not at all).
I checked the release notes, and there doesnt appear to be any "breaking changes" for the Toast control, nor any changes.
So I copied the code from the timeout example (https://blazor.syncfusion.com/documentation/toast/timeout/) into my project to test, and getting very inconsistent results.
I would expect that if I entered a value of "1000" to toast should display, then 1 second later disappear. Is this how the example is supposed to work? Becuase if so thats not the case.
Thanks,
Jeremy

9 Replies

IS Indrajith Srinivasan Syncfusion Team December 7, 2020 07:44 AM UTC

Hi Jeremy,

Greetings from Syncfusion support, 
 
  
We have already considered “SfToast doesn't hide until hovering the toast" as a bug from our end and logged the report for the same, and the fix will be included with our patch release on 8th of December.   
   
You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/20290/    

Regards,
Indrajith
 



JE Jeremy December 7, 2020 09:20 AM UTC

ok thanks, I will test again after the next release.


IS Indrajith Srinivasan Syncfusion Team December 8, 2020 10:38 AM UTC

Hi Jeremy,

Thanks for your patience, 
 

We have resolved the reported issue “SfToast doesn't hide until hovering the toast” with the package version 18.3.53.
 
 
Can you please upgrade your package to this version to resolve the reported issue?  
 
Regards, 
Indrajith 



JE Jeremy December 9, 2020 09:28 AM UTC

Hi, thanks I can confirm that after applying the package updates the toast control is working again.

Regards,
Jeremy


IS Indrajith Srinivasan Syncfusion Team December 10, 2020 06:45 AM UTC

Hi Jeremy, 
 
Thanks for the update, 
 
Please get back to us if you need any further assistance, 
 
Regards, 
Indrajith 



RR Richard Rooks December 24, 2020 04:40 PM UTC

The progress bar is not showing when set to true. Timeout now works.

 <SfToast @ref="ToastObj" ID="toast_type" Width="100%" ShowProgressBar="true" Timeout=5000>
            <ToastPosition X="@ToastPosition" Y="@VertPosition"></ToastPosition>
            <ToastAnimationSettings>
                <ToastShowAnimationSettings Effect="@ShowAnimation"></ToastShowAnimationSettings>
                <ToastHideAnimationSettings Effect="@HideAnimation"></ToastHideAnimationSettings>
            </ToastAnimationSettings>
        </SfToast>

Richard


IS Indrajith Srinivasan Syncfusion Team December 28, 2020 07:59 AM UTC

Hi Richard, 
 
Good day to you, 
 
We have validated your reported query. We have tried to reproduce the reported issue ”Progress bar is not showing when set to true”, using the shared code blocks and unfortunately we couldn’t find any issues. We have also shared the ensured sample from our end.  
  
  
Can you please check the above sample and let us know if we are missing any issue reproducing scenario ?  
  
Also, in addition can you try clearing the local Nuget cache and check the reported issue from your end ?  
  
 
Regards, 
Indrajith 



VB Vincent Bray August 3, 2022 02:44 PM UTC

Dear support,

I want to re-open this issue as this is even reproducible on your demo with snooze not waiting for the specified snooze period.

https://blazor.syncfusion.com/demos/toast/template

Regards

Vincent





VJ Vinitha Jeyakumar Syncfusion Team August 4, 2022 09:17 AM UTC

Hi Vincent,

We have tried to replicate the reported issue at our end by using the same demo sample you have shared. but we didn't face any issues and the toast is also got closed after timeout. Please check the sample and video illustration,



If still issue persists at your end, please share the details below,

  • Your package version.
  • Exact issue replication steps.
  • Issue reproducing video illustration.

Regards,
Vinitha

Loader.
Up arrow icon