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

IE8 Issue #113

Closed goldiv028 closed 10 years ago

goldiv028 commented 10 years ago

What is use of flashcanvas.swf here and i am getting error in IE8 that " Object doesn't support this property or method" .?

thomasjbradley commented 10 years ago

I just pushed an update to fix the IE 8 problem for you; version 2.5.1.

goldiv028 commented 10 years ago

Hi @thomasjbradley . I have used this updated library but i am getting the same error in IE8.

Errors is mentioned below. Object doesn't support this property or method and this error is coming on my code here. var c6_context = c6.getContext("2d");

Its Working fine for mozilla ,Firefox and IE9.

thomasjbradley commented 10 years ago

That looks to me like FlashCanvas is missing or not connected.

goldiv028 commented 10 years ago

@thomasjbradley
If I include flashcanvas.swf file i am getting that SyntaxError: missing ; before statement CWS F� Please help me on this also.?

thomasjbradley commented 10 years ago

I can't seem to reproduce the error. Does the example signature pad file work in your setup?

MuhammadAli-zz commented 9 years ago

I am having a problem on IE 8 that Control dissapears where as it is working fine on above versions

thomasjbradley commented 9 years ago

@MuhammadAli Can you give me a few more details? Are you getting any error messages? When does it disappear?

shani622 commented 9 years ago

Sir! I am currently working with your Electronic Signatures..... I have a link of my work using your code, Everything is perfect in Firefox and Google Chrome but it is not taking signatures in IE.....! I have searched about that on google but i had found nothing helpful! Here is the link Please check it: http://taracs.webatu.com/Form3/signUnder19.php

shani622 commented 9 years ago

And one more thing that the same code that i have uploaded to the server is running perfect on IE with my localhost!!! It's really weird.......

thomasjbradley commented 9 years ago

@shani622 What version of IE is the problem in?

shani622 commented 9 years ago

In all versions......... I have checked in 8th and 11th!

On Mon, Sep 14, 2015 at 6:59 AM, Thomas J Bradley notifications@github.com wrote:

@shani622 https://github.com/shani622 What version of IE is the problem in?

— Reply to this email directly or view it on GitHub https://github.com/thomasjbradley/signature-pad/issues/113#issuecomment-139939614 .

thomasjbradley commented 9 years ago

I can't seem to figure out exactly what the problem is... my only thought is that there is some HTML missing that's needed. Try copying and pasting the example HTML into place and see if that fixes it.

shani622 commented 9 years ago

I have checked it again and it is now working in IE 11, And still not working in IE 8 I have just replaced two files flashcanvas.js and flashcanvas.swf

On Tue, Sep 15, 2015 at 1:50 AM, Thomas J Bradley notifications@github.com wrote:

I can't seem to figure out exactly what the problem is... my only thought is that there is some HTML missing that's needed. Try copying and pasting the example HTML into place and see if that fixes it.

— Reply to this email directly or view it on GitHub https://github.com/thomasjbradley/signature-pad/issues/113#issuecomment-140202249 .