You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when using with images served dynamically by google app
engine (both in sdk or in production):
Erreur : uncaught exception: [Exception... "Component returned failure
code: 0x80040111 (NS_ERROR_NOT_AVAILABLE)
[nsIDOMCanvasRenderingContext2D.drawImage]" nsresult: "0x80040111
(NS_ERROR_NOT_AVAILABLE)" location: "JS frame ::
http://localhost:8000/media/js/jquery/jquery.rotate.js :: anonymous :: line
51" data: no]
Original issue reported on code.google.com by sforne...@gmail.com on 1 Dec 2009 at 7:39
The text was updated successfully, but these errors were encountered:
some additional information:
My browser is firefox3.5, the image appears well in the browser (so it is well
served
by app engine) but when calling:
$("#img").rotateLeft();
I get the above error.
Original comment by sforne...@gmail.com on 1 Dec 2009 at 7:54
I try the solution given in
http://code.google.com/p/jquery-rotate/issues/detail?id=3
it allows to rotate once, but calling again:
$("#img").rotateLeft();
makes it disappear...
seems it is the way to follow !
Original comment by sforne...@gmail.com on 1 Dec 2009 at 8:05
I solved this old problem checking why my img was not cached: it was because
they
were served through a poor redirection.
Once solved this cache problem, no more issue to rotate img.
Original comment by sforne...@gmail.com on 14 Jan 2010 at 11:06
Original issue reported on code.google.com by
sforne...@gmail.com
on 1 Dec 2009 at 7:39The text was updated successfully, but these errors were encountered: