Somewhere in your global scope, try setting the following value… I’m not promising this will work for your case; I’ve just had to use this on occasion to deal with these sorts of problems…

 

Position.includeScrollOffsets = true;

 

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Daniel Herrero
Sent: Friday, April 07, 2006 5:20 AM
To: rails-spinoffs@lists.rubyonrails.org
Subject: [Rails-spinoffs] problem with drag and drop

 

Hello, my problem is the next:
I have a div which is dropable, some images that are draggable into that div and also dropables and texts that are dragables into the images if they are into de div. The problem is that when I drag a lot of images into the div the scroll bar of the div appears, and if scroll down and them try to drag and drop a text into the images that are in the below part of the div it is dropped into a upper image. I scroll down the div and the images move but their "drop layer" doesn´t move.
How can I solve this? thank you!!

--
Daniel Herrero Dávila

The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material.  Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers.

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

Reply via email to