eugenii / jqueryrotate

Automatically exported from code.google.com/p/jqueryrotate
1 stars 0 forks source link

Height Width problem on rotating image #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run this e.g. http://jsfiddle.net/73pXD/2952/ in IE which shows changing 
height and width
2. and then run the same http://jsfiddle.net/73pXD/2952/ in Chrome which does 
not changes the height and width of Div

What is the expected output? What do you see instead?
- I need exact height/width of Div after rotation of div which user will rotate.

What version of the product are you using? On what operating system?
- jQueryRotate3.js / IE8 / Chrome / Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by simpleso...@gmail.com on 1 Oct 2012 at 11:53

GoogleCodeExporter commented 9 years ago
Its a different implementation of browsers, and probably will never be fixed.

This issue was already addressed before by trying to do some computation. Here 
are results: http://jsfiddle.net/7aXDD/1/

As you can see this script tries to figure out positions of every corner. 
Hopefully this can help you.

Original comment by wil...@gmail.com on 1 Oct 2012 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by wil...@gmail.com on 30 Jun 2013 at 8:15