Skip to main content
0 votes
1 answer
126 views

I am playing around with a tree data structure with folders and entries. I would like to add dragging of entries and folders between folders, using .draggable and dropDestination. In my current code, ...
koen's user avatar
  • 5,922
3 votes
1 answer
132 views

I'm using dnd-kit in a Next.js project to reorder items in a sidebar. Dragging works correctly, but there is a visual issue when the item is dropped. During dragging, I render a placeholder element (...
user32470124's user avatar
-1 votes
1 answer
125 views

I have a WordPress site, where I added a new page for testing dragula.js. It works partly, because I can drag and drop, but there are some errors: when I try to drag the items down, the mobile ...
tzs's user avatar
  • 21
3 votes
0 answers
167 views

My program creates a window and renderer, and I have a basic event loop to handle SDL_DROPFILE events: #include <stdio.h> #include <stdbool.h> #include <SDL2/SDL.h> #define ...
Nobadabo's user avatar
0 votes
0 answers
86 views

When I drop content into the TipTap editor on a new line that doesn’t already exist, I see a horizontal line cursor. Why does this happen, and how can I fix it? here is my tiptap extension ...
Alok Shaw's user avatar
1 vote
1 answer
190 views

I'm currently trying to create a simple drag-drop effect using pictureboxes. It works perfectly fine; however, I'm then trying to deduce the drop target's resource file in order to know if it needs to ...
Madeline Krajewski's user avatar
1 vote
0 answers
88 views

I have been trying to implement a simple drag and drop application in Gtk 4 Rust but I am unable to implement a working version. I can see connect_accept getting triggered, but no matter the result, ...
Margus Laak's user avatar
0 votes
1 answer
65 views

I’m working on an Angular 15 application that uses PrimeNG v15 and Angular CDK for drag-and-drop functionality. When I drag a row element, the drag preview shows a white gradient overlay, making the ...
Rashi arora's user avatar
Best practices
0 votes
1 replies
131 views

I want to implement an interface where some "slots" start out empty and can be filled with "objects". Something roughly like: My question is, what would the correct aria-role (or ...
natevw's user avatar
  • 18.3k
0 votes
0 answers
57 views

I want to create multiple draggable components that can be moved everywhere using react's Dndkit. However I am not manually setting the position of component(only setting height and width). I cannot ...
akaparadox's user avatar
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
5 votes
1 answer
207 views

Intro When dragging item(s) from another application into the DnD Node in JavaFX The operating system or the source application handles the visual display of the dragged item(s) since it is the source ...
Starnec's user avatar
  • 847
0 votes
0 answers
161 views

as part of a group project, I am trying to set up a kanban system similar to those used by YouTrack, Trello, and others to manage project tasks from one status to another by moving them from one ...
s4nbr9root's user avatar
3 votes
1 answer
133 views

This been really getting me confused on how to use Drag and Drop for MOV Files on macOS. Below is the code that I have up and running. But I think the part that confuses the most is how to make a .Mov ...
BSR's user avatar
  • 77
2 votes
2 answers
167 views

I want to have the ability to drag and drop one of the rows that expand in the table to another set of rows that expand in the table. I have added drag and drop properties in the HTML for the expanded ...
developer8492's user avatar

15 30 50 per page
1
2 3 4 5
891