Skip to main content

All Questions

0 votes
0 answers
80 views

Drag and drop issue with Chrome

I am trying to implement a drag-and-drop using JavaScript. It works perfectly in Firefox, but the drop does not work well in Chrome. The dragged file cannot be dropped easily on the defined area. Here'...
Reza's user avatar
  • 1
3 votes
2 answers
2k views

Chrome cuts off ghost image when using position sticky/fixed

I'm attempting to use HTML5 drag and drop and position: fixed to drag elements from a menu that stays in a fixed position on the left-side of the screen. The following code works fine in Safari and ...
Dr_Derp's user avatar
  • 870
3 votes
1 answer
4k views

Transparent background for HTML5 drag-and-drop ghost image

In Chrome (Chromium 45), the ghost image for a draggable element is rendered on a white background. How can I force it to render the ghost image on a transparent background, like Firefox does? ...
Azmisov's user avatar
  • 7,037
0 votes
0 answers
40 views

Can I force uniform transparancy on an element that's being dragged?

I don't think it is (easily?) possible to style an element that's being dragged using the HTML5 draggable="true" attribute. I can live with that if I could force the element to be made uniformly ...
Jan Aagaard's user avatar
  • 11.1k
12 votes
3 answers
3k views

Chrome Drag & Drop triggering :hover pseudo-class on surrounding elements

I'm running into very frustrating and unexpected drag and drop behavior in Chrome. Problem: The :hover pseudo-class is triggered and stuck on surrounding elements, particularly ones where the ...
Andy Merskin's user avatar
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
5 votes
3 answers
4k views

Stopping chrome from changing cursor to a globe while dragging a link

I have a standard link such as: <a href="/test">Test</a> In Chrome, clicking and dragging on this link will result in the cursor changing to an arrow dragging a globe. The globe can be ...
Chiraag Mundhe's user avatar