Jump to content
Search Community

johnnyqueue

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by johnnyqueue

  1. Thanks for the reply, OSUBlake. I'm trying to solve the issue after dropping the tile on the board (apologies.. my original post was vague on this point). So sequence is: drag tile from rack onto board; drop tile on board; then drag to new position on board The issues I'm trying to resolve are with point 3. At that point, when I drag an item, the auto scroll doesn't behave as expected. And when dragging to the edge of the container, the container continuously grows. Thanks again for the help.
  2. Hello, In preparation for a larger project, I've been playing around with Draggable and created a very simple scrabble board. There are two 'tile racks' that have tiles which can be dragged on the board. I've relied on a lot of concepts from https://codepen.io/osublake/pen/dPEbey. But there are a few fundamental differences.. the biggest being that I want to create multiple clones of the same letter. I have a lot working, but I'm also having issues with auto scroll and bounds. In the provided codepen: the draggable item doesn't follow the mouse while auto scrolling. It appears to stay fixed while the scrolling occurs. the draggable item can be dragged beyond the bounds of the div. The div continuously expands I have tried various ways to find a solution to these issues, without success. Any help is appreciated
  3. Excellent! Exactly what I needed. Thank you.
  4. Hi there, Just starting out with Draggable and am having some fun. However, I'm trying to do something that I'm unable to figure out and am hoping someone can help me out. I am trying to delete/remove/kill a draggable item when it is dragged out of bounds. I'm not sure which event to use, nor how to delete/remove/kill active draggable item. I am using this CodePen as the basis for my experimentation: Any help is appreciated Johnny
×
×
  • Create New...