The default tolerance for droppables is "intersect" which means that at least 50% of the draggable element must overlap the droppable. If you change the tolerance to "touch" or "pointer" your example will work fine.
On Jul 11, 7:36 am, Nick Grossman <[email protected]> wrote: > Hi, > > I've run into a strange problem using droppables. When my droppable > has a fixed width or is floated, the hover & drop events don't fire > when an appropriate draggables are dragged. If I simply remove the > width or float from my droppable, everything works fine. > > Here's a running example: > http://sandbox.wrkng.net/jquery-dragdrop-width-problem/ > > Is this a known issue? Is there a workaround that I'm not seeing? > > Thanks in advance for any help. > > -- Nick Grossman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" 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/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
