Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi,

using PDfViewer when signature panel is open with a click on external button with the following call:

private SfPdfViewer PdfViewer {get;set;}
[...]
this.PdfViewer.OpenSignaturePanel(true);

the signature panel is shown correctly. However when the user click on create to insert its signature, the following error appends and no signature is added to document:

Cannot read properties of undefined (reading 'offsetParent')
TypeError: Cannot read properties of undefined (reading 'offsetParent')
    at e.drawSignature (https://localhost:5017/_content/Syncfusion.Blazor/scripts/pdfviewer-c5b8e3.min.js:1:1674753)
    at t.addSignature (https://localhost:5017/_content/Syncfusion.Blazor/scripts/pdfviewer-c5b8e3.min.js:1:1148937)