Unplanned
Last Updated: 08 Nov 2023 11:59 by n/a
If I nest a TelerikSignature in TelerikLoaderContainer the <canvas> element of the signature component does not respect the Width and Height parameters. The size defaults to 100 x 100 pixels (width and height). 
Unplanned
Last Updated: 03 Feb 2026 10:36 by ADMIN

The issue occurs only if the Signature is initially rendered in a container with display: none style. If I use visibility: hidden, I don't see a problem.

Real use case in which this is a problem: an accordion where the second pane is not opened.

Reproduction code: https://blazorrepl.telerik.com/QfYeuZPv28LlBmBx56.

Steps to reproduce:

  1. Test signinig in the Signature #1 pane - Signature behaves properly.
  2. Open the  Signature #2 pane and test signing - the scale is wrong.