dgcollier / jquery-rotate

Automatically exported from code.google.com/p/jquery-rotate
1 stars 0 forks source link

app engine #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
See issue 11 for a resolution that works for multiple rotations

Original comment by mike.mik...@gmail.com on 14 Jan 2010 at 10:20

GoogleCodeExporter commented 9 years ago
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