Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app engine #10

Open
GoogleCodeExporter opened this issue Apr 13, 2016 · 4 comments
Open

app engine #10

GoogleCodeExporter opened this issue Apr 13, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant