Skip to main content

All Questions

1 vote
1 answer
41 views

Angular Drag & Drop with nested section and subsection

I am trying to implement a drag-and-drop feature in my Angular 14 Application where I have nested sections and subsections. I want to move each section up or down and subsections will be moved between ...
Al Imran's user avatar
  • 147
1 vote
0 answers
39 views

Implement drag and drop functionality in recursive components

I'm trying to implement drag and drop functionality between two JSONs to map the keys of one JSON to another. I created the JsonViewerComponent that accepts JSON data as input and displays it using ...
sooraj's user avatar
  • 11
0 votes
0 answers
38 views

Draggable items break styles on dragging

I'm creating a sequence quiz and chose @hello-pangea/dnd package (which is rewritten react-beautiful-dnd and I succeeded to create a simple component but I faced a problem that when I grab draggable ...
Lvasche's user avatar
  • 302
0 votes
0 answers
28 views

drag and drop doesn't work as expected - react.js

When I tap a todo item on a touch screen (which works fine on a PC browser), it correctly marks the item as complete and moves it down in the list, which is the expected behavior and works great. ...
Napiorka's user avatar
1 vote
1 answer
51 views

cdkDragPlaceholder not working for horizontal Drag and Drop

I'm working on a website which involves horizontal drag and drop of elements. I'm able to do horizontal drag and drop. But i need the user to identify where he actually dropping the elements. For that ...
Pramod Kumar's user avatar
  • 1,179
1 vote
0 answers
31 views

Parent elements overflow act differently for different child elements?

I have problem with letting one child override parents overflow but not the other #second-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0px; height: 503px; } .inv { ...
Jack Pilstrand's user avatar
0 votes
0 answers
13 views

how to drag drop svg elements d3v7 d3v5 working fine but same d3v7 not working d3 drag start drag end

I am using D3.js for modify svg i want to update d3v5 to d3v7 but svg element drag drop not working in updated version old d3v5 working perfect in multiple svg. I have browsing the internet but i can'...
Front end developer's user avatar
0 votes
0 answers
21 views

Can't change not-allowed cursor when dragging on div borders

Whenever I'm dragging a div over another one, I see the not-allowed cursor appearing and flashing when passing over the borders of another div, even if it has no borders specified. The expected ...
pizzaboy's user avatar
  • 1,045
0 votes
0 answers
33 views

How to change the mouse cursor when a widget in Flutter is drag (and drop)?

in Flutter I have a LongPressDraggable. I want to change my cursor to a SystemMouseCursors.grabbing when I’m grabbing and moving around the widget how to do this? I tried to set ...
Fractale's user avatar
  • 1,568
0 votes
0 answers
33 views

Problem drag and drop React library won't' work properly

I am having a problem in my project. I am building a kanban and using the library react-beautiful-dnd the problem I am facing is that when i load the page it won't allow me to drag and drop the ...
Fábio Niglio's user avatar
0 votes
0 answers
17 views

Dynamically Create Draggable items

I have a webpage with multiple rooms, these rooms contains banners that are dynamically created using a function that fetches data from the websocket. Everything is going god but since the data keeps ...
Vaibhav Vishwakarma's user avatar
2 votes
1 answer
69 views

can't drag boxes to specific time slot in weekly calendar

I can drag and drop boxes however it drops at whatever timeslot is empty first rather dropping to actual timeslot for example, if I drop box to 26th t1 to 27th t2 then it will drop the box to t1 27th ...
user022yufjb's user avatar
0 votes
1 answer
179 views

drag and drop box showing stop sign

I want to be able to drag and drop the draggable box to any other date and it should remove that previous one. For example if I move drag box from 5th march to 6th march it should remove from 5th ...
user022yufjb's user avatar
1 vote
0 answers
37 views

cards dont always jump to make space for a new card when reordering list

I am currently trying to implement a drag and drop in a project of mine! I have this strange thing happen sometimes where after I moved cards around once or twice and I try and move another one, it ...
Gábor Adorjáni's user avatar
0 votes
0 answers
74 views

Is there any way to implement drag and drop sortable Ant Design Collapse?

https://ant.design/components/collapse using Collapse component from Ant.design 5.12 not able to implement vertical drag and drop sortable mechanism as the Collapse.Panel is deprecated now. So there ...
Nahid Salekin's user avatar

15 30 50 per page
1
2 3 4 5
43