I have a set of divs that onclick produce a draggable/resizable box.
Currently, to drag the box the user has to click it once then on second
mousedown they can drag the box fine. Is there a way to automatically
go into the mousedown event without releasing the mouse button and
reclicking? The steps would be as follows:

1. User clicks the box.
2. Resize handles are rendered at the corners and a draggable instance
is created for the clicked div. (among other things)
3. Without unclicking, the box is now in the mousedown event and is
draggable.

I basically want it to just reclick without the user releasing the
mouse button. This would make for a better user experience... more
fluid and closer to desktop programs.

I'm sure there's a way to do this but nothing I try seems to work.

Thanks,
Jeff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to