Closed GoogleCodeExporter closed 9 years ago
I chased it down more specifically:
It's only an issue if I attempt to do the second rotation immediately after the
first, before it has finished loading. This may not be as much of a bug as a
necessary feature.
Original comment by garretw...@gmail.com
on 26 May 2011 at 4:02
Maybe you have some test case? Some example web page somewhere on the web that
I can look at ? thanks for feedback!
Original comment by wil...@gmail.com
on 26 May 2011 at 8:13
I don't have a test case to contribute but I ran into a similar issue.. I was
getting a Script Failed error on that same line of code -- this._container was
null.. BUT -- I only got this issue when using IE9, while pointing the "Browser
Mode" and "Document Mode" to IE8 -- in real IE8, on the same computer, there
was no error... Perhaps this is the case for garret?
Original comment by tmsim...@gmail.com
on 5 Jul 2011 at 5:38
Running IE9 in other browse mode sometimes end up in some strange browser mode
that in fact does not emulate previous versions but does some strange things
where code does not work as it should o_O
Were you able to retest this problem on normal IE browsers?
Original comment by wil...@gmail.com
on 4 Aug 2011 at 3:04
I had this problem to, a quick dirty fix is to remove the image and add it back
in the callback function
Original comment by sfairbai...@gmail.com
on 1 Sep 2011 at 11:45
Well a problem is that after first rotation a image is replaced with a
<VML:image> for IE. However if you still hold a reference to old object in code
and try to rotate it then it will kind of complain about it.
In the example at the top I can see that rotated_img is reattached based on
rotation. However rotate() object currently returns a ImageRotation object, not
items itselft so maybe thats the problem. The best would be to have some Test
Case so i can take a look (or live example)
Original comment by wil...@gmail.com
on 1 Sep 2011 at 12:08
It should be fixed with new version of plugin
Original comment by wil...@gmail.com
on 13 Mar 2012 at 10:51
Original issue reported on code.google.com by
garretw...@gmail.com
on 25 May 2011 at 10:18