You may also want to look at some code I wrote last year. It has resizeable draggables, and a few other features.
http://beta.moveable.com/jameslab/ajaxio On May 9, 4:07 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi Frederik, > > I have been trying to use your resizeable.js code (thank you by the > way, it's exactly what i'm looking for!), but I think i've found a > bug. If you have a resizable, draggable element with a handle you > must click inside the element before using the handle to drag it. > This occurs onload as well as after resizing the element. I noticed > on your example page everything seems to work fine, but if you remove > all other elements and leave the "resizeable2" element, i think you > will be able to reproduce the bug. I am using ff2 and safari. > > Thanks very much! > > -Reza > > p.s. am i allowed to use this code? > > On Apr 1, 6:27 pm, "Frederik EycheniƩ" <[EMAIL PROTECTED]> > wrote: > > > Hi all ! > > > On 1 avr, 12:46, Colin Mollenhour <[EMAIL PROTECTED]> wrote: > > > > I'll try to take a look at it sometime but no guarantees as to when.. > > > I've never dealt with the text selection issue before, but are you using > > > Event.stop when you determine that aresizeis the desired action? > > > Yes Colin you are right it is as simple as that! Event.stop(e) > > onresizestart fixes it. > > > Gareth, i tried to get the error you are talking about, but no way... > > Could you please send me a screenshot and your "view source" render at > > dreuff at free dot fr? > > > Thanks, Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
