2

I have a problem with the resizing handles in jquery.

Basically, I have a div dragging, resizing and rotating (using jqueryRotate) as expected. However when the div rotates the handles rotate with it but still maintain the original resizing direction. In other words, after a clockwise 90-degree rotation the original 'SE' handle is now in the 'SW' position but still resizes when being dragged in the NW-SE direction rather than the NE-SW direction it should now have.

If anyone can understand this question and help, please do.

RustyTheBoyRobot
  • 5,891
  • 4
  • 36
  • 55
Mark_54
  • 1,273
  • 4
  • 15
  • 21

1 Answers1

0

I had some contact with the creator of the jqueryrotate plugin.

You can read all about it in this issue:

Issue Link jqueryrotate

luuk86
  • 149
  • 1
  • 3
  • 10
  • Thanks for the reply. That doesn't sound too helpful does it... Did you find a way to get the rotation to recognise the dragging directions or were you able to find an alternative? I don't think my javascript/jquery is up to writing my own solution. – Mark_54 Jan 12 '12 at 14:42
  • This issue is still bugging me a lot. It seems impossible to do this. The only way i can think of is using css3 or html 5 but that is not fully supported by all browsers. – luuk86 Jan 16 '12 at 07:22
  • I've not found a solution eith. I have seem a site which has managed to solve this but I'm not sure how they achieved it. – Mark_54 Jan 30 '12 at 14:23