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

Not Working IN IE8 #97

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 6 comments
Open

Not Working IN IE8 #97

GoogleCodeExporter opened this issue Mar 24, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.i Have append image in Div and then rotate image.
2.Image style property append to span in IE 8.0 so my Position not affect to 
image. 
3.

What is the expected output? What do you see instead?
Image position set to given top and left.

What version of the product are you using? On what operating system?
Jqueryrptate2.2

Please provide any additional information below.


Original issue reported on code.google.com by javiyavandan on 5 Jul 2013 at 9:04

@GoogleCodeExporter
Copy link
Author

Some test case would be helpfull, description is pretty unsofisticated.. Can 
you please make example case based on http://jsfiddle.net/8LV3p/  (just fork it)

Original comment by [email protected] on 5 Jul 2013 at 10:08

@GoogleCodeExporter
Copy link
Author

i have one Div like:

 <div id="divImages" style="position:absolute; width: 500px; height: 500px; color: #fff; margin-left: 124px; margin-top: 60px">

</div>


i m appending image to above div Using..

newLeft = Math.floor(xcenter + (circleRadius * Math.cos(curAngle)));
newTop = Math.floor(ycenter + (circleRadius * Math.sin(curAngle)));

xcenter and ycenter are cordinates of circle center.. circleradius is radius of 
circle.

for(var i=1;i<36;i++)
{
 $('#divImages').append('<img id="' + i+ '"  style="position:absolute;opacity:0.5" class="rotateimage" src="LowValueIndicator_highlight.png" width="40" height="47" alt="Low">');

$('#' + i).css({
top:newtop;
left:newleft

});

$('#' + i).rotate(curangle-1);
}

Original comment by javiyavandan on 9 Jul 2013 at 5:45

@GoogleCodeExporter
Copy link
Author

Please give a try to a jQueryRotate3 version - hopefully it should fix your 
problem. If not I would advice you to set top, left values after rotating an 
image. 

Original comment by [email protected] on 9 Jul 2013 at 7:22

@GoogleCodeExporter
Copy link
Author

Here is jQueryRotate 3: 
https://code.google.com/p/jqueryrotate/source/browse/trunk/jQueryRotate3.js

Original comment by [email protected] on 9 Jul 2013 at 7:22

@GoogleCodeExporter
Copy link
Author

I have tried it in IE 8 but i have not get any Solution ..so please help me to 
set position of image after rotate..

Original comment by javiyavandan on 11 Jul 2013 at 4:51

@GoogleCodeExporter
Copy link
Author

I don't have much time to create test cases (I also got other tasks too :) ), 
so please make one if you want my help: Go on this page: 
http://jsfiddle.net/8LV3p/   (here is simple test case where everything is 
prepared), and try to reproduce issue, fork it and paste link here. Thanks!

Original comment by [email protected] on 11 Jul 2013 at 7:32

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