Skip to main content

All Questions

Tagged with
0 votes
0 answers
67 views

Drag and Drop Behavior Inconsistent between Images in Safari

In this video, I'll be demonstrating an inconsistent drag-and-drop behavior that I've observed specifically in Safari. As you'll see, when dragging the motor.png for the second time, the element is ...
Aygün Özdemir's user avatar
1 vote
1 answer
1k views

html div dragging visibility not able on safari browser

I am playing with a puzzle and I find out that when I am dragging the object to drop area object is not visible during the "dragging" process. On Chrome browser works smoothly. https://jsfiddle.net/...
BinaryTie's user avatar
  • 301
1 vote
1 answer
3k views

Safari. Wrong cursor when dragging [duplicate]

I'm trying to add drag-and-drop functionality to my project and using slip.js for this. To decorate cursor I've add class="draggable" to each draggable <tr>. The CSS for this class is: ....
Roman Pavlov's user avatar
1 vote
1 answer
278 views

Safari Drag&Drop ghost element is not visible

I have a fixed element where I have a drag/drop elements. I move this fixed element with translateX, and when this element is moved and I use drag&drop, the ghost element is no longer visible. Is ...
puppeteer701's user avatar
  • 1,275
14 votes
3 answers
10k views

Drag & Drop on Safari iOS: Won't drag, won't respond to drop on desktop/iPad

I am coding a webpage to be viewed on iPad. It uses Safaris/Webkits drag & drop. I have exactly copied Safari's example drag & drop code but it won't work. My Problem: The ondrop event is ...
sazr's user avatar
  • 25.6k
0 votes
2 answers
1k views

Drag & Drop on Safari iOS: Is much of it handled for me or will I have to code most of it

Are there events specifically for Safari that can tell me when a HTML element is being dragged & dropped? In order to perform drag & drop on Safari on an iPad...do I have to do such things as ...
sazr's user avatar
  • 25.6k
1 vote
1 answer
1k views

jQuery draggable - item go over the container on Chrome/Safari

I have this code : HTML <div class="draggable_main_container"> <div class="draggable_container"> <div class="draggable"> <div ...
markzzz's user avatar
  • 47.4k