Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
The Wiki Instructions discuss this Unknown runtime error, with several suggested
solutions.
(Also related to issue 59.)
Original comment by ccti...@gmail.com
on 25 Feb 2010 at 4:37
Well the only suggested solution from twiki is in comments: not to inject canvas
elements in div elements with innerHTML but to use standard dom methods. Still
that
excludes using ajax, cause usually an ajax call can return a chunk of html, and
in
this case if that html contains canvases they're unusable. Since v2 used to
work just
fine in this case, probably v3 should do the same...
Original comment by raduuco...@gmail.com
on 26 Feb 2010 at 7:42
I'm facing the same issue -- trying to initialize a <canvas> element defined in
an
AJAX-loaded HTML chunk. It's not working in IE (I get the dreaded "Unknown
Runtime
Error"), but working fine everywhere else.
Were you able to come up with a workaround?
Original comment by jjhar...@gmail.com
on 27 Feb 2010 at 12:24
no, I'm just using v2
Original comment by raduuco...@gmail.com
on 1 Mar 2010 at 8:05
Original issue reported on code.google.com by
raduuco...@gmail.com
on 8 Jan 2010 at 12:01