eugenii / jqueryrotate

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

jQueryRotate.js file is not supporting for other funtions on one image or one element #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Actualy I have one image and i want to add draggable, rotate and resize 
functions to that. Draggable is working fine with other functions with 
different ID, but resize function is not working once the rotate function is 
executed on the same id in IE8 and below versions, but its working fine on 
different elements 

What is the expected output? What do you see instead?
Expected output: All the three function should work on the same element or on 
one image, instead of this 2 functions will work but not resize function, 
itseems multi-functions are not supported for the same id

What version of the product are you using? On what operating system?
Using jQuery 1.7.1.js on windows 7 OS

Please provide any additional information below.
Please find the attached file for further reference.

Thank you :)

Original issue reported on code.google.com by savitha...@gmail.com on 29 Oct 2012 at 11:10

Attachments:

GoogleCodeExporter commented 9 years ago
jQueryRotate 3.1 from trunk might help here, otherwise impossible to do in 2.4 
version with any resizable library (as it uses VML implementation)

Original comment by wil...@gmail.com on 29 Oct 2012 at 11:13

GoogleCodeExporter commented 9 years ago
Hey is there any other plugin which i can use to achieve this things?
please.....:(

Original comment by savitha...@gmail.com on 29 Oct 2012 at 11:21

GoogleCodeExporter commented 9 years ago
Have you tried jQueryRotate 3.1 from trunk as i adviced?

Original comment by wil...@gmail.com on 29 Oct 2012 at 11:22

GoogleCodeExporter commented 9 years ago
Ya, I have tried that 
(http://jqueryrotate.googlecode.com/svn/trunk/jQueryRotate3.js), its working 
and its creating PNG transparent issue in ie8 where image is displayed with 
black border.. :(

Original comment by savitha...@gmail.com on 29 Oct 2012 at 11:29

GoogleCodeExporter commented 9 years ago
:/ not much can do here then :/try with ver.3 and play abit with PNG 
transparency filter, but I guess it wont go easily. For this specific usecase 
you can also take look at raphael library. http://raphaeljs.com/

Original comment by wil...@gmail.com on 29 Oct 2012 at 11:32

GoogleCodeExporter commented 9 years ago
Yup :) Thank you so much :) will workaround on this :) :) :)

Original comment by savitha...@gmail.com on 29 Oct 2012 at 11:34