Skip to main content

All Questions

0 votes
0 answers
30 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
26 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
42 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
10 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
20 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
32 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,570
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
171 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
70 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
0 votes
1 answer
117 views

How to make .draggable() work with click+drag rather than long-press+drag?

I have been programming an app in SwiftUI which heavily uses the in-built .draggable() and .dropDestination() modifiers. To enhance the user experience, I would like to make .draggable() work with ...
Amone1's user avatar
  • 11
0 votes
0 answers
37 views

Dragged component overlapping/over drop target/component so onPointerOver/onPointerEnter event of below component not firing

In my react project, I was able to implement a crude implementation of drag and drop as I didn't want to rely on any drag and drop libraries in order to have a fundamental understanding of how to ...
Randy Tang's user avatar

15 30 50 per page
1
2 3 4 5
43