Progress Button duration ignored
Hi,
The duration parameter on the progress button is ignored. No matter what I set it to it always spins for 2 seconds.
This was working in 18.2.054 but is broken in 18.3.048
<SfProgressButton Content="Spin Top" IsPrimary="true" Duration="500">
<ProgressButtonSpinSettings Position="SpinPosition.Right"></ProgressButtonSpinSettings>
</SfProgressButton>
Regards,
Mike
SIGN IN To post a reply.
9 Replies
SP
Sangeetha Priya Murugan
Syncfusion Team
November 13, 2020 08:51 AM UTC
Hi Michael Aston,
Thank you for contacting Syncfusion support.
We have checked your issue based on your provided code snippets in the reported version (18.3.0.48) and the duration property working properly in our end. For your convenience, we have prepared the sample that trace the duration of progress button in OnBegin and OnEnd event. Please find the link below.
Sample Link: https://www.syncfusion.com/downloads/support/forum/159681/ze/Syncfusion_ProgressButton1610886165
Could you please check the above links and kindly replicate your issue in the above sample and send back to us, based on that we will check and provide you a better solution quickly.
Regards,
Sangeetha M
MA
Michael Aston
November 13, 2020 09:28 AM UTC
Hi,
Attachment: 20201113_09h23_11_6e8e3552.zip
Thanks for the sample. I've attached a video of the problem. I've set the duration to 100ms in your sample and it counts to 100 but the time it takes to go from 1 to 100 is still 2 seconds. Certainly not 100ms which should appear to be almost instant,
Regards,
Mike
Attachment: 20201113_09h23_11_6e8e3552.zip
MK
Mohan Kumar Ramasamy
Syncfusion Team
November 17, 2020 03:17 AM UTC
Hi Michael ,
We have checked your reported issue, we can reproduce the reported issue in our end. We have logged this as an improvement this and it will be available in our Essential studio 2020 Volume 4 release. which will be scheduled on mid of December 2020 and appreciate your patience until then. You can track the status of this feature using below link.
Regards,
Mohan kumar R
MA
Michael Aston
January 25, 2021 11:20 AM UTC
This didn't seem to make it into Vol4. Do you when a fix will be released for this?
MA
Michael Aston
January 29, 2021 09:58 AM UTC
Any news on this?
MK
Mohan Kumar Ramasamy
Syncfusion Team
January 30, 2021 07:34 AM UTC
Hi Michael,
Sorry for the inconvenience caused.
We have been implementing this support and we need to ensure all testcases. So, we are unable to move this into 2020 Volume 4, SP1 release. Hence, we are working on that with high priority and we have planned to move this our upcoming main release Vol 1, 2021 which will be scheduled on mid of March 2021 and appreciate your patience until then.
Regards,
Mohan kumar R
AS
Aravinthan Seetharaman
Syncfusion Team
April 5, 2021 09:05 AM UTC
Hi Michael,
Thanks for the patience.
We are glad to announce that our Essential Studio 2021 Volume 1 release v19.1.0.54 is rolled out and is available for download under the following link. In this release we have provided the support [Improvement for spinner performance].
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Aravinthan S
Doesn't seem this was fixed as the duration on the SfProgressButton is still ignored. Set the duration to 1000 and still spins for approx 4.5 seconds.
<SfProgressButton [email protected]("Add") IsPrimary="true" Duration="1000" OnClick=@(() =>this.AddDashBoardTile(TileType.TileTypeId))>
<ProgressButtonSpinSettings Position="SpinPosition.Right"></ProgressButtonSpinSettings>
</SfProgressButton>
AS
Aravinthan Seetharaman
Syncfusion Team
July 29, 2021 03:13 PM UTC
We have checked your query in our latest version 19.2.0.49 with Blazor Server app. We cannot reproduce your reported issue in our end. For your reference we have prepared video demo and sample here.
|
@using Syncfusion.Blazor.SplitButtons
<SfProgressButton Content="Custom 1000" IsPrimary="true" Duration="1000" OnClick="OnClick" @ref="PrgsObj1" EnableProgress="true">
<ProgressButtonSpinSettings Position="SpinPosition.Right"></ProgressButtonSpinSettings>
</SfProgressButton>
|
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Server5.01770657878-192721001
If you are still facing the issue, kindly share the below details.
· If possible, try to reproduce the reported issue in provided sample or share the issue reproducible sample.
· Please share us the video demonstration of this issue.
· Please share us the Syncfusion Package Version.
Please provide the above requested information, based on that we will check and provide you a better solution quickly.
Regards,
Aravinthan S
SIGN IN To post a reply.
- 9 Replies
- 4 Participants
-
MA Michael Aston
- Nov 12, 2020 10:11 PM UTC
- Jul 29, 2021 03:13 PM UTC