heygrady / transform

jQuery 2d transformation plugin
437 stars 87 forks source link

rotated position in relation to container in ie 9 quirks, ie 8 & ie 7 #27

Open fshost opened 13 years ago

fshost commented 13 years ago

example here: http://jsfiddle.net/eTjxK/3/

viewing this in firefox, chrome, ie 9, looks as it should - rotating element with origin set to 0 0 results in it being at outside top left of container.

I am testing this using ie 9 developer tools. In ie 9 standards mode, it is rotated into the correct position in a manner consistent with webkit and firefox, but in ie 9 quirks, as well as any mode for ie 8 and ie 7, it is incorrectly translated farther to the left.

This appears to have been introduced with version 1.7. Version 1.6.2 rotates to correct position for all versions of Internet Explorer.

abhayastudios commented 12 years ago

Any update on this? I am running into the same issue...