Ive seen this posted numerous times all over the web, but noone seems
to have a solution.

In short, if there are droppables inside a scrollable div (overflow
auto or scroll), all the 'hidden' divs in that scroll (not viewable
unless you scroll down to them) are still present as invisible drop
targets. Its kind of hard to explain, heres a simple example as i dont
know how to post code.

Theres a Scrolling div with height 1 line. It has 3 'lines' of divs in
it. Like:
<div style="overflow:auto; height: 1em">
  <div id=l1> line1 </div>
  <div id=l2> line2 </div>
  <div id=l3> line3 </div>
</div>

<div id=dragme> Drag me </div>

So when it loads only "line1" is visible. Cool so far.
Then you make l1-l3 droppables and dragme a draggable.

The problem is "dragme" can be dropped onto line2 and line3, even when
they are not visible, just by letting go of the draggable underneath
the scrolling box.
You shouldnt be able to drop onto something that isn't supposed to be
there!

Its incredibly frustrating, ive tried just about everything to make it
work.I love the d&d functionality otherwise, its a great enhancement to
my app.
Anyone have any ideas?


--~--~---------~--~----~------------~-------~--~----~
 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