RE: [Rails-spinoffs] Draggables and overflow:auto

2006-02-16 Thread Ryan Gahl
t and kind of thought it might be taken overly negatively... my bad... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Lear Sent: Thursday, February 16, 2006 3:54 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Drag

Re: [Rails-spinoffs] Draggables and overflow:auto

2006-02-16 Thread Chris Lear
* Ryan Gahl wrote (15/02/2006 22:32): > Nah, I've only ever just submitted my optimizations in isolation to this > list (only a couple times so far)... seems like Thomas has his hands > full though since he's not yet responded to any of my suggestions. In case you're feeling unappreciated... I've

RE: [Rails-spinoffs] Draggables and overflow:auto

2006-02-15 Thread Ryan Gahl
you're right, always look for the simplest mechanisms possible... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Haswell Sent: Wednesday, February 15, 2006 4:28 PM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Dra

Re: [Rails-spinoffs] Draggables and overflow:auto

2006-02-15 Thread Robin Haswell
ary 15, 2006 3:25 PM To: rails-spinoffs@lists.rubyonrails.org Subject: RE: [Rails-spinoffs] Draggables and overflow:auto See the attached file (I changed the extension to .txt to get past my company's email security -- it doesn't like .js files) My dragdrop.js file is quite different from th

RE: [Rails-spinoffs] Draggables and overflow:auto

2006-02-15 Thread Ryan Gahl
ry 15, 2006 3:25 PM To: rails-spinoffs@lists.rubyonrails.org Subject: RE: [Rails-spinoffs] Draggables and overflow:auto See the attached file (I changed the extension to .txt to get past my company's email security -- it doesn't like .js files) My dragdrop.js file is quite different fr

RE: [Rails-spinoffs] Draggables and overflow:auto

2006-02-15 Thread Ryan Gahl
aswell Sent: Wednesday, February 15, 2006 3:16 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] Draggables and overflow:auto Hey guys. I'm trying to drag between two lists, except one list is really long so I set a height on the with overflow:auto. Unfortunately when I d

[Rails-spinoffs] Draggables and overflow:auto

2006-02-15 Thread Robin Haswell
Hey guys. I'm trying to drag between two lists, except one list is really long so I set a height on the with overflow:auto. Unfortunately when I drag between the lists I can't drag items outside of the with the overflow on. Does anyone know how I can make this work? I think I might be able to