In computer graphical user interfaces, drag-and-drop is the action of (or support for the action of) selecting a virtual object by "grabbing" it and dragging it to a different location or onto another virtual object.

learn more… | top users | synonyms (3)

0
votes
0answers
12 views

IE 10: dragstart event doesn't get fired if <img> is wrapped by <a>

jsFiddle: http://jsfiddle.net/39she/3/ HTML: <a href="http://google.de"> <img src="https://www.google.de/images/srpr/logo4w.png" draggable="true" /> </a> JavaScript: // Please ...
0
votes
1answer
15 views

Can't figure out why HTML5 drag and drop not working [closed]

HTML5 drag and drop is not working. I'm using the very same example in w3school:http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_draganddrop. function allowDrop(ev) { ev.preventDefault(); ...
0
votes
0answers
22 views

JavaFX DragAndDrop with custom DataFormat

The Overview I am setting up drag & drop in a Java FX application. When I try to grab custom data from the Dragboard I am getting a java.nio.HeapByteBuffer instead of an Object as the JavaDoc ...
0
votes
1answer
26 views

jQuery animate to moving cursor

I would like to create a script that will animate a group of elements to my cursor. The problem is that the cursor can be moving. Here is a fiddle I put together to get me as close as I can to the ...
0
votes
1answer
10 views

NSView keyDown not called during drag and drop in Cocoa application

I have a cocoa application where i need to respond to keyDown events during dragging sessions in order to trigger other things. The keys are not modifiers only but can be any kind of key. The problem ...
0
votes
0answers
26 views

Black border around image when dragged from MS Word to custom JTextPane

I am able to drag both images as text from MS Word to a custom JTextPane. However, when I drag a image and accept it using: Image imag = (Image) data.getTransferData(DataFlavor.imageFlavor); In ...
0
votes
1answer
28 views

Drag & Drop items between tableViews in same viewController and different viewControllers

I need to Drag and Drop items between tableViews inside the same viewController and between tableviews in different viewControllers. I researched for ways to do this and if there's already any good ...
0
votes
1answer
13 views

Drag and drop in grid view

I want to drag a image view in the grid view which support in android version 2.2. I can implement it using drag listener but for 3.0 and above, but i want to implement it in 2.2 also. Please ...
2
votes
0answers
23 views

Dragging And Swapping tab Android

Hello Guys I am trying to implement tab dragging in one of my project that is supposed to run on android 2.2 or higher which is similar to Google chromium desktop browser in dragging and swapping . ...
0
votes
1answer
15 views

dataTransfer.setData does not work in IE9

I am binding some code to the dragstart event with jquery like this: $new.on('dragstart', function(event) { event.originalEvent.dataTransfer.setData("text/html", ...
0
votes
0answers
13 views

Drag and drop marker in google maps

i want to create marker on google map through dragging marker image from outside the map canvas and drop it inside the canvas, i've registered dom event listener of google maps but inside the listener ...
2
votes
1answer
22 views

Drag and drop images from outlook to vb.net control

Here is my current Drag and drop code, I am dragging a image from an email(not an attachment), the cursor changes nicely but when dropped it errors Unable to cast object of type ...
0
votes
0answers
27 views

Resize of web element

I try to resize web element with WebDriver. I use Actions. I tried to use following ways: var actions = new Actions(Browser.Instance); IAction action = actions.DragAndDropToOffset(resizeElement, ...
1
vote
0answers
24 views

Unable to drag and drop element using Selenium Web driver ( Python )

On trying to perform drag and drop using selenium webdriver, the following traceback is thrown . File ...
0
votes
2answers
52 views

Dart HTML5 Drag and Drop in Internet Explorer 9

I'm trying to implement HTML5 Drag and Drop with Dart. To get Drag and Drop working in IE9 with elements other than links and images, I use a workaround (see Internet Explorer 9 Drag and Drop (DnD) ...
0
votes
1answer
18 views

How to find the selected list item in the Connected Sorted List

i am using the Connected sort able lists to implement the drag and drop functionality between two list boxes. how do i find the selected element (or list items present in the 2nd list box after the ...
0
votes
0answers
14 views

wpf component refusing to be dragged and dropped in new wpf application

I want to use a wpf application (wpf1) as a base for other wpf applications. Therefore, I have tried to use wpf1 as a component for the others. When I create a new wpf application, wpf1 appears ...
0
votes
0answers
15 views

WinForm Custom RadListView & Drag Drop

I did a custom RadListView, one column is a button (image on it), one column is text I did according to http://www.telerik.com/community/forums/winforms/listview/custom-radlistview.aspx Now I add drag ...
0
votes
0answers
60 views
+100

Inertial movement of drag and drop

I'm working on a Drag and Drop code, so far it works fine, but I need it to be able to recognize and act based on the speed and direction of the finger swipe (keep moving even if finger is already up, ...
0
votes
0answers
14 views

HTML5 Drag and Drop ghost div

So I've been playing around with the drag and drop features of HTML5 for the first time, and ran into a bit of a problem. I'm just dragging a small colored div into one of many plain white divs, like ...
0
votes
2answers
34 views

Drag Drop delegate for NSView could not set an attribute

I am using NSView delegate to read the dragged excel values. For this I have subclassed NSView. My code is like- @interface SSDragDropView : NSView { NSString *textToDisplay; } ...
0
votes
1answer
39 views

How to add an image while we drag n drop tree item?

I have a tree with number of childs and i want to drag and drop these child items on a vertical panel. Right now its working fine.The only thing i want to know is can we add an image in the place of ...
0
votes
1answer
48 views

jQuery enable and disable drag and drop selection

I am trying to use threedubmedia's drag and drop selection capability as shown in the demo here. I have all that code figured out, but what I can't figure out is how to enable and disable the ...
0
votes
0answers
7 views

Disable drag/drop on a specific table cell/item

I dynamically create a table in my application and set dragEnabled() to true and everything is working fine, except for one thing. I don't want the user to be able to drag the headers, and the check ...
0
votes
0answers
11 views

jQuery UI draggables changing order of revert and stop

I would like to change when revert happens. I would like to have the element fade out, then revert to position. Right now it reverts to it position then fades out which is awkward. I could write my ...
0
votes
0answers
7 views

Blend two images with pixastic does not work. How to get the new image?

Hey i´m trying to blend two images with pixastic. One image can be dragged an dropped on the other image (with jqueryUI) and after it has got the right position the two images shall become one. So i ...
0
votes
0answers
5 views

Is there a way/fix to get the jqueryUI resizable plugin working for mobile devices?

there was also a fix for the drag-and-drop jqueryui plugin for mobile. But the resizable function won´t work. Is there a way to fix this? this is the touch plugin to makes drag-and-drop work: ...
2
votes
0answers
35 views

Kinetic/Canvas drag and drop image on another image and save it

hey i´d like to drag and drop (also resize) a smaller image over a bigger/background image to the position i want and finally save it to a new image. This should be possible with canvas but i can´t ...
0
votes
0answers
18 views

Drag and Drop an Item to specific Location

I want drag and drop an specific item to a specific area.which means ii have three items when i drag that item to a specific area.It displays the sub items of that item.i had seen many tutorials but ...
0
votes
0answers
12 views

Why getDroppableData() always returns NULL?

I'm using DnD with multiple DragAndDropCellTable. In each table, i added a DropHandler and when i try to get the droppableData it returns null: myCellTable.addDropHandler (new Drop EventHandler () { ...
2
votes
2answers
35 views

Drag an image on another image and save it to one image (like light augmented reality)

i´m wondering how can i realize this? I want to have an bigger image in the background and be able to drag and drop a smaller image to the position i want on the bigger image and save it finally, so ...
0
votes
0answers
15 views

Saving List in Database using LInqDataSource with Jquery drag and drop

I have two list connected to Database through LinqDataSource . i have implemented Jquery drag and drop . items from one list can be transferred to to anther. i want to save the list on each item drop ...
0
votes
1answer
43 views

EXtjs Component doesn't show in proper layout?

here is the simple EXtjs code for Example of drag and drop Ext.require([ 'Ext.grid.*', 'Ext.data.*', 'Ext.dd.*' ]); Ext.define('DataObject', { extend: 'Ext.data.Model', fields: ...
0
votes
2answers
44 views

Get file name of file from full path?

I have DragDrop enabled in my WinForms application, I'm getting the list of items dropped and storing them in a string array called files, then in the DragDrop event I can do something like: foreach ...
0
votes
0answers
15 views

What container or panel is better to use for DRAWING using extjs 4?

The application I am trying to create is using the following: You select a file and it shows on the tree Drag that file from tree onto Simulation area, please refer to the picture below In this area ...
4
votes
1answer
38 views

tkinter listbox drag and drop

I'm trying to make a listbox with the ability to do drag and drop onto a canvas. I've done drag and drop before, but it was only between canvas.create_text loosely based on the code for a this ...
1
vote
0answers
24 views

circle based lists within drop and drag - responsive

I have the following drop and drag setup which is working howver the sizing of the list icons is fixed so when the browser is smaller (tablet / mobile) the items are not didplaying as evenly as they ...
0
votes
1answer
20 views

Implementing Drag And Drop on JTable to custom JComponent

The program for which I wanted to solve the problem first was to complex, so I decided to write a sample program just to solve this drag and drop problem. So I have written a program with a JTable, ...
0
votes
0answers
12 views

Android Drag and Drop GridView

I am trying to impement Androids drag and drop on my gridview. I set a dragListener for each view in the grid adapter. It works perfectly when the grid isn't long enough to be scrollable or if it is ...
0
votes
0answers
22 views

I can't implements DoDragDrop Operation on second dialog

Well I struggled this problem a lot. I tried to do a simple drag and drop operation, so I did it in the main form(the one that operate from the Main thread) and it was as easy as it sounds. the code ...
0
votes
1answer
21 views

kineticjs snaping rect into another rect

I'm using kineticjs to try and drag a small rect into a larger rect and have it snap into place. However, I get an error when I try to use: stage.getUserPosition() A fiddle of what I was trying to ...
0
votes
0answers
8 views

Detect Draggable Handle on Droppable Element in jQuery

I've defined a draggable element (menu) and its handle, which is nested (menuHandle). There's a droppable element elsewhere. Apparently, setting the droppable's accept property to menuHandle does not ...
1
vote
1answer
57 views
+200

DataGridDragDropTarget: Change Icon depending on the drop target

I'm currently writing a tool to assign entities from one DataGrid to entities in another DataGrid via drag-and-drop. With some fiddling, I got everything to run smoothly, with one minor annoyance: ...
0
votes
1answer
25 views

IE8: drop event does not work inside CKEditor

First, it works well in a text input: jQuery('#edit-title').bind('drop', function() { console.log('test jquery') }); But when I test it inside CKEditor it does not work. I try both methods, as ...
1
vote
1answer
11 views

Get HTML Source of temporary drag & drop element

I have this page I can only access in the browser. There is a HTML element that only exists during drag&drop, and I want to get / analyze its HTML code in the Inspector / Firebug.. but as soon as ...
0
votes
0answers
54 views

Kinetic JS - Drag layer mouse events

I can drag two layers using the following: background1.on('dragmove', function() { dlayerA1.setAttrs({x:this.getX(), y:this.getY()}); dlayerA1.draw(); ...
1
vote
1answer
47 views

Is the transfer data for transferables from outside the jvm null by default when the TransferHandler canImport method gets called?

I'm working on Drag & Drop support for a JList component and I would like to be able to support files dragged in from my file browser. I however only want to allow files and not folders to be ...
2
votes
1answer
97 views

C# Drag and Drop From listBox

I'm trying to build a simple interface that allows users to drop files into a listBox to add them to a process, and to drag them out to remove them. Everything is working fine, but I'd like to add one ...
0
votes
1answer
27 views

Mouse click on selected item in listbox unselect the oders items

In listbox when several items is selected and I click on one of them, the oders become unselected. How to allow possibility become unchanged the oders items?
2
votes
2answers
47 views

Reordering JList with Drag and Drop

I encountered a problem regarding reordering elements in a JList using Drag and Drop. This following code is a modification of a code where you could drag elements from one JList to another (worked ...

1 2 3 4 5 93