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
727 stars 292 forks source link

Typed Name doesn't populate hidden field value #83

Closed bradleylinger closed 11 years ago

bradleylinger commented 11 years ago

When I draw a signature I get JSON populated into the hidden field. when I type the signature the field remains empty. I have not encountered any javascript bugs. I'm using Firefox. Any ideas?

thomasjbradley commented 11 years ago

It's working as it's supposed to. The typed name is nothing more than some text in a <div> styled with @font-face in front of the <canvas>. It doesn't get recorded on the <canvas> at all.