Hey,
I've got a simple canvas drawing script setup, so that a user can click and draw on the canvas (for signing a signature).
The canvas is then converted into an image and uploaded to the server.
To display this file on the site, i used an iframe.
This setup works fine in the chrome and firefox.
however, in IE9 im unable to draw on the canvas when its in an iframe.
If i access the file directly in IE9, the canvas works perfectly.
To start with i thought it was a javascript error, but IE9 isn't saying there are errors, and other js still functions on the page.
Is this a bug? a problem with my code? or just a problem with IE?
Any information on this would be greatly appreciated as im going crazy trying to fix this.
Thanks in advance,
Mike







