SfSignature / calling ClearAsync() calls BaseAddress/null

Hi All, I'm having a bit of an issue with SfSignature (v24.2.6) when calling ClearAsync()

Here's my code, it's pretty minimal so I can't see what I could do wrong: 

 if (!(signatureImage is null)) { await signatureImage.ClearAsync(); } 

 This triggers syncfusion-blazor.min.js to call a GET on BaseAddress/null

Image_9958_1710009758848


Any idea what is going on here?

Thanks



4 Replies 1 reply marked as answer

KV Keerthikaran Venkatachalam Syncfusion Team March 11, 2024 01:11 PM UTC

Hi Thomas,


We have confirmed the issue as “SfSignature ClearAsync method returns BaseAddress/null" and logged a defect report. We will include the fix for this issue in the upcoming weekly release scheduled for the last week of March 2024.


You will be informed regarding this once the fix is published.


Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”


Regards,

KeerthiKaran K V



KV Keerthikaran Venkatachalam Syncfusion Team April 2, 2024 11:02 AM UTC

Hi Thomas,


We are glad to announce that our weekly patch release (25.1.38) has been rolled out. We have included the fix for this “SfSignature ClearAsync method returns BaseAddress/null” issue in this release. So, we suggest you upgrade our Syncfusion packages to our latest version to resolve this issue on your end (25.1.38).


Root cause: The underlying reason for the problem is that we were loading the backgroundImage property value to the internal canvas without checking whether it is null or not. This oversight led to errors or unexpected behavior when attempting to use a null backgroundImage property.


Package link: https://www.nuget.org/packages/Syncfusion.Blazor.Inputs 


Get back to us if you need any further assistance on this.


Regards,

KeerthiKaran K V


Marked as answer

TV Thomas Villeneuve April 3, 2024 01:59 AM UTC

Thank you so much KeerthiKaran, I can indeed confirm 25.1.38 fixes the problem on my end. 



KV Keerthikaran Venkatachalam Syncfusion Team April 3, 2024 05:00 AM UTC

You are welcome, Thomas. Please get back to us if you need any further assistance.


Loader.
Up arrow icon