Skip to main content

All Questions

-2 votes
1 answer
135 views

js Drag and Drop with snapping [closed]

In this example, the workplace consists of 26 tables. When the employee is dragged from the top box, I want him to snapped to the red dot and only on the red dot can be dropped. Can someone help, ...
Rtronic's user avatar
  • 673
0 votes
1 answer
174 views

How to check if something is currently being dragged (from a different origin)?

The HTML Drag and Drop API will fire dragstart/dragend events on the item being dragged. This makes it easy to update a dragInProgress variable, which can be used to check if a drag is in progress. ...
Andrew Parks's user avatar
  • 7,943
-2 votes
1 answer
132 views

wpf drag and drop while moving the control

can't seem to find how to implement behavior that supports drag&dropping a control (with DragEnter, DragOver, DragLeave and DragDrop events being fired on controls that are listening) while being ...
Notrum666's user avatar
  • 327
0 votes
0 answers
16 views

Fullcalendar: accept dragged elements from external sources

I want to drag html elements from a different application onto my FullCalendar app. The other application does not have access to the FullCalendar library, so it cannot use Fullcalendar.Draggable. I ...
Hans Then's user avatar
  • 11.1k
0 votes
0 answers
69 views

Drag an animated component from a ScrollView container to another ScrollView container in React Native

I have two containers which are ScrollView. In one ScrollView, I have a list of texts that are animatable and can be dragged over. The problem is when I dragged them into another ScrollView that ...
7th storm's user avatar
0 votes
0 answers
49 views

How to make an nested draggable list like an figma layer section?

Need that feature for my project , but I had no idea how ? I already made the simple normal draggable , and it work just fine , but I can't drag to make it nested like figma does here is my normal ...
SherLockBOT's user avatar
0 votes
0 answers
18 views

Angular drag and drop - hiding droppables causes the index to malfunction

I have a 2-dimensional dashboard of widgets on a 3x3 grid. I allow customization of the dashboard. The customization works in such fashion, that the widgets that are removed from the dashboard are ...
qubits's user avatar
  • 1,288
0 votes
0 answers
31 views

Dragged element text is sticked to cursor as "hologram"/"shadow"

I'm trying to make an element draggable. It contains text and as soon as I drag the element outside the element boundaries, this weird clone of the text forms that is only slightly visible and bound ...
Jonas's user avatar
  • 45
0 votes
0 answers
19 views

Drag item into list no draggable angular mat-list

I have two lists, one with cdkDrag and the second list without cdkDrag. I want to drag item from list1 to list2(no draggable) and when the item dragged is dropped over an item of the list1 I want to ...
Oscar Moreno's user avatar
0 votes
2 answers
811 views

ResizeObserver loop completed with undelivered notifications /bokeh charts with reactgridlayout for dragable,resizable bokeh charts

I am using bokeh charts inside the React grid layout library, The React grid layout has the features resizable, draggable,rearrangable, The normal div is working fine for the React grid layout when I ...
Sujen's user avatar
  • 269
0 votes
0 answers
67 views

the onDrop function is not working ins react-dnd

I am using react dnd and the onDrop function is not working I tried adding console log to confirm the console log is also not been triggered. I tried multiple ways according to online resources but ...
rasif sahl's user avatar
0 votes
0 answers
205 views

Drag and drop vue 3, render each item separately

I'm currently using laravel/inertiajs/vue3 to make a school planning web application, where the user has a calendar (monday->friday), that he can add classes to it using drag and drop, then when ...
Younes's user avatar
  • 1
0 votes
0 answers
266 views

Adding an Item to Another List When Drag and Drop in React Sortable HOC

I'm working on a React project and I'm using react-sortable-hoc for implementing drag-and-drop functionality. Currently, I have multiple lists, and I'm able to reorder items within the same list. ...
melvin debot's user avatar
0 votes
0 answers
56 views

Is there a way to move both the nested parent element and child element, in SortableJS?

My Requirements Only the children can have handles to move them around and re-sort inside of the correct Group Children from other groups can not mix When the child goes past its group it needs to ...
fizz's user avatar
  • 1
0 votes
0 answers
268 views

MUI DataGrid(Pro): How to pin or move the 'onRowOrderChange' icon to the left besides the pinned columns?

I'm using MUI DataGridPro component with rowReordering and pinnedColumns. I want to move the draggable icon (the icon appears when using rowReordering, I 've colored it yellow in the image) to the ...
user22285151's user avatar

15 30 50 per page
1 2
3
4 5
43