13,446 questions
0
votes
0
answers
10
views
Unable to prevent body to expand vertically when dragging elements outside of it
I'm building a page template for a Wordpress website where I have a specified layout. All the elements on the page though, except for header and footer, are freely draggable around the page. They don'...
0
votes
0
answers
18
views
Can external dragging not also recognize the resource line in the resource timeline? [closed]
I have implemented external dragging to drag events from a list to a specific employee at a specific time. This runs in the Resource Timeline. The problem is that you can only drag the events to a ...
-1
votes
0
answers
34
views
Dragging thunderbird email into html text area gets link, not message contents [closed]
I am trying to drag an email from Thunderbird (or perhaps gmail) into a textarea.
If I open the message in Thunderbird, select everything (Ctrl-A) and drag the selected text it achieves what I am ...
1
vote
1
answer
82
views
How to implement drag and drop to basic pygame chess engine [duplicate]
I'm building a chess engine using pygame as a personal project. I was following a tutorial but I want to go further.
For the moment I have the chessboard, the pieces in their initial position and the ...
2
votes
1
answer
64
views
Drag and Drop Elements Independently in Vanilla JS
I'm new to Javascript, but getting close to finishing the vanilla JS for a mock desktop UI project: opening asides as "windows" that can be reordered, selected, and moved independently ...
0
votes
0
answers
21
views
Can an application bundle somehow be recognized/caught via drag'n'drop as an argument ("$1")?
I have a Platypus app created from a /bin/sh script on macOS for the purpose of finding specific information (that is not relevant for this question) from within an app when it is drag'n'dropped onto ...
0
votes
1
answer
66
views
Smooth style application on target element in Dragenter and Dragleave
I'd like to apply a dashed border around my targeted table columns when a draggable element is hovered over the column on dragenter, and remove the border on dragleave.
I am able to successfully ...
0
votes
0
answers
22
views
Dnd-kit With React Calendar
Has anyone tried using drag and drop dnd-kit with a calendar in React? I want to drop certain cards directly into the calendar and want them to turn into events inside it. However, I'm not sure if dnd-...
0
votes
0
answers
31
views
DragEnter problems
At the local booth in the drag.data Transfer event.type is returned by DragTypes (3) ['text/plain', 'text/uri-list', 'text/html']
DragTypes(4) ['text/plain', 'text/uri-list', 'text/html', 'Files'] is ...
2
votes
3
answers
52
views
JavaScript drop Table row before or after an other row
my script for dragging and dropping table rows inserts the rows always before (in function dropHandler).
This works fine, but I additionally would like to check if I dropped the row AFTER the last ...
0
votes
0
answers
18
views
My dragvisual appears with a wierd offset
I have currently the Problem, that my dragged Visual offset is depending on the Current adornerlayer, I tried it with a adorner decorater but it doesn't seem to work.
I want to achieve that the drag ...
0
votes
0
answers
42
views
dnd-kit sortable not working on iPhone if software keyboard is open
I took this simple dnd-kit example of a sortable list and added a text input in the end.
On desktop, it is working properly. Also on iPhone it is working without any issues, as long as the software ...
0
votes
1
answer
98
views
Why aren't these elements dragging and dropping as expected?
I am using Playwright and trying to drag & drop the list at this site into the right order. These locators work as expected, and the drag & drop does work every so often. I have tried dragTo(),...
0
votes
0
answers
54
views
Two widgets swapping places on drag and drop in Flutter
I am making a puzzle with hexagonal tiles that the user can rotate and reorder to reach the solution. I would like the tile that is dragged and dropped and the tile that is originally in the dropping ...
0
votes
0
answers
61
views
React Native - Drag and Drop for Filemanager App?
I am currently trying to develop a kind of file manager app in React Native. How can I make it work in React Native so that I have a similar drag and drop experience as in the iOS file manager app (or ...