wilq32-pwitkowski / jqueryrotate

jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
http://jqueryrotate.com
151 stars 58 forks source link

Resize handlers do not rotate #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to this jsfiddle: http://jsfiddle.net/U64se/31/
2. Rotate the image 180degrees by rotating it twice (doubleclick).
3. Try to resize the image from the top left corner.

What is the expected output? What do you see instead?
I expected the image to resize from the top left corner. Instead the bottom 
right corner resizes.

What version of the product are you using? On what operating system?
This does not matter. I saw on stackoverflow that there are more people having 
this exact problem.

Please provide any additional information below.
It looks like the resize handles don't rotate.

Original issue reported on code.google.com by lsch...@gmail.com on 12 Jan 2012 at 9:20

GoogleCodeExporter commented 9 years ago
Well I will have to close this bug (similiar to 10 same one) as... again I Will 
tell this:

This plugin was intented to work with IMAGES only (<img>) some new concept was 
introduced in jQueryRotate3, however its hard to have smooth animation in IE so 
currently I trying to figure out how to do it differently.

Current version of jQueryRotate2 supports correctly only <img> rotation (yes it 
also might work in chrome for all objects, but just because css3 is used there)

Original comment by wil...@gmail.com on 12 Jan 2012 at 9:26

GoogleCodeExporter commented 9 years ago
The same problem occurs if i remove the div and use only the IMG tag.
Is this something i'm doing wrong?
Example: http://jsfiddle.net/U64se/27/

Original comment by lsch...@gmail.com on 12 Jan 2012 at 9:32

GoogleCodeExporter commented 9 years ago
Well problem is that the resizable feature does not know anything about rotated 
image. In CSS3, if you rotate 90degree width becomes height, and width... Hard 
to say how to fix it - I guess you will have to write your own resizable 
component that takes into consideration rotations.. Unless there is some option 
how it should behave (like callback or so) so you can control it?

Original comment by wil...@gmail.com on 12 Jan 2012 at 10:24

GoogleCodeExporter commented 9 years ago
I Mark this bug as invalid as this is rather outcome of Resizable feature than 
a jQueryRotate plugin..

Original comment by wil...@gmail.com on 12 Jan 2012 at 10:25