Skip to main content
0 votes
0 answers
43 views

I am using dndkit to create multiple draggable cards and multiple droppable containers as well. I am not manually positioning the droppable containers, they are just placed in the DOM element on its ...
akaparadox's user avatar
0 votes
1 answer
285 views

This is the main page. I have a list of draggable items that I display in a list. Whenever I click any of those, without moving it, it gets added to the drop area. event.over is activated everytime i ...
john's user avatar
  • 63
1 vote
1 answer
87 views

I am working on a program where I need to drag and drop images, in this case, fire engines, onto a map. I've done this code with jquery and it worked fine. I am now trying to implement this with pure ...
lindsay fletcher's user avatar
1 vote
1 answer
3k views

I created a touch-screen application using React. I am using the dnd-kit library to enable the dragging & dropping of certain divs. I have a calendar where the days are the columns, and the rows ...
dgergely's user avatar
0 votes
1 answer
105 views

I have draggable divs and a table which has a droppable div in the last td of each row. The table can have a new row added. After the new row is added, the droppable div in the last td is not allowing ...
TomBPOS's user avatar
0 votes
1 answer
90 views

So I'm trying to make a drag-and-drop menu, where after you fill out a draggable item, you can drag it over to a "drop area". The issue I'm having is that due to issues where I can't change ...
Daniel's user avatar
  • 3
1 vote
0 answers
161 views

I am trying to create a battleship grid and limit its containment inside the grid squares only. I don't want the draggable elements be able to be dropped outside the grid squares (disable drop on ...
Christophoros Anthoulakis's user avatar
0 votes
0 answers
70 views

I have a list of two droppable boxes where the items can be moved from one box to the other. Now I would like to make it moveable via a handle area. What do I need to change so that dragging is only ...
Shenya's user avatar
  • 344
0 votes
0 answers
41 views

I'm attempting to build a CMS page builder. At the URL below, I'm trying to get the items on the 'templates' tab to do the below. https://profilefirst.co/admin/content-editor/content-editor.php?...
Topher's user avatar
  • 183
1 vote
1 answer
98 views

I'm using the draggable and droppable from jqueryui to fill a slideshow with pictures from a list kinda like an editor.Everything is inside a flexbox that is expanding over the whole page. Everything ...
kilroy_2's user avatar
1 vote
2 answers
2k views

I'm using this react-beautiful-dnd library to be able to reorder lists. However, even though I'm able to drag and drop and re-order, there is a flicker when I try to reorder lists. You can see in the ...
rona's user avatar
  • 11
1 vote
0 answers
548 views

I have a list of droppable items created with mapping a table, but when I try to add a new droppable it throws this error, Could anyone help with this problem please
T.arar's user avatar
  • 131
3 votes
2 answers
742 views

I have this Drag and Drop menu that loads when user clicks the menu icon. Then they select an item and move it to a place to sort their favorite. This menu loads and works totally fine if I put it ...
Reis's user avatar
  • 652
1 vote
1 answer
46 views

I am using a 3rd Party library (angular-draggable-droppable) in an ionic on angular project. As ionic caches pages, the angular component stays in the Dom but with a lower z-index value. It seems that,...
Mostafa Abdulhamed's user avatar
-2 votes
1 answer
136 views

I am trying to create a web application that mimics trello. I keep getting this error and im not sure how to fix it. The code works fine in another project but not when i try and add it to this new ...
Kaylee Cabral's user avatar

15 30 50 per page
1
2 3 4 5
40