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!>
Thanks for joining our community and helping improve Syncfusion products!
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)