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

Regenerate not working on ie8 #127

Closed vahi5511 closed 9 years ago

vahi5511 commented 9 years ago

Hi I am not able to regenerate the signature on ie8 but I am able to draw the signature and save it. I do not get any errors. Just a blank canvas when i try to regenerate. It is working fine in chrome. Any idea why it is not working ? I have included this( script src="Scripts/flashcanvas.js)

thomasjbradley commented 9 years ago

Hmm. That's a weird one. Does it work in IE7? Or IE9?

madmanpierre commented 9 years ago

Lurker report:

I’ve personally tried this today. On iOS8.0.2 it is regenning in my application np. (and in other browsers we’ve tested.) We do not use IE9 and older. Our app takes the signature, then on a different page shows all the signatures attached to that work order.

If I see additional details that I am able to run with my app I’ll try them and report either way. (Although I am going on a 3 week business trip Friday morning and will NOT be taking all my test computers with me…)

From: Thomas J Bradley [mailto:notifications@github.com] Sent: Wednesday, October 8, 2014 10:44 AM To: thomasjbradley/signature-pad Subject: Re: [signature-pad] Regenerate not working on ie8 (#127)

Hmm. That's a weird one. Does it work in IE7? Or IE9?

— Reply to this email directly or view it on GitHub https://github.com/thomasjbradley/signature-pad/issues/127#issuecomment-58388063 . https://github.com/notifications/beacon/3065555__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyODQwNTg0NSwiZGF0YSI6eyJpZCI6NDUxMTMxODR9fQ==--c13282eda1d48ae3c6f56e7a0cc61460a3ec6065.gif

vahi5511 commented 9 years ago

Sorry my bad. This is not an issue. The browser was trying to load the page from cache so I was not able to regenerate it as the value was null. I have disabled caching and everything works fine. Sorry for the inconvenience.

thomasjbradley commented 9 years ago

No worries; glad you figured it out.