Actually, it's working just like the CSS standard says it's supposed to. This problem can be a pain.

This has been addressed on this list several times; here are some possible solutions. (This assumes you wish to drag the item outside of your scrolled list.) 1. Move the droppable outside (make it a sibling of) its original container.
2. On start drag, set the list style to overflow:visible


TAG

On Aug 7, 2006, at 1:22 AM, Brian Feliciano wrote:

I have a droppable and draggable implementation. works pretty much well except when my droppables are on a scrollbar (created via overflow:auto) since my droppables are on a list. seems that the droppables aren't working well with scrollbars and overflow.

please help!

thanks!
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to