thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
730 stars 290 forks source link

When using this plugin with chrome / firefox the signatures are not drawn on the canvas #158

Closed srikanthlavudia closed 9 years ago

srikanthlavudia commented 9 years ago

Hi Thomas, I'm using this plugin for my form submit, a few days back this was working like a charm and now suddenly this plugin has partially stopped working (i.e. it takes more than 10-15 seconds to draw signatures on the canvas), Could you please help as this signature feature is very important as part of my project release.

This behavior has been observed on both chrome & Firefox browsers (Chrome Version :43.0.2357.124 m, Firefox Version: 38.0.5). Any help is much appreciated.

The demo on the website http://thomasjbradley.ca/lab/signature-pad/accept/ is also affected with the same issue (please do a CTRL + F5) and try to draw signature.

Kind Regards, Srikanth

thomasjbradley commented 9 years ago

I'm not seeing any lag in performance in Firefox or Chrome. Is it possible a browser plugin is causing it?

srikanthlavudia commented 9 years ago

Firstly, thank you Thomas for your response.

Seems to be working now, but we haven't changed anything from the coding perspective. We will try to disable any browser plugins that we are using & will let you know if we face any such behavior again.

Kind Regards, Srikanth