Skip to main content

All Questions

Tagged with
21 votes
2 answers
29k views

Trigger :hover selector when dragging

I'm having kind of an issue about a drag & drop system I'm currently developing. I have a :hover style on a div the user can drop something on. It works when I simply hover over it, but not when ...
Zenoo's user avatar
  • 12.8k
2 votes
1 answer
667 views

Hover appearing in the wrong position

I have created a drag and drop list using AngularJS and the plugin "drag-and-drop-lists", but for some reason, when I move some item, it hovers a wrong item. If I move the mouse over the item with ...
z_inx's user avatar
  • 355
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
4 votes
1 answer
2k views

html css drag drop hover bug?

I have implemented drag and drop on one part of my page where I drag an element onto a canvas. This works fine, but on a completely different part of the page where I have implemented a css hover the ...
honkskillet's user avatar
  • 3,107
8 votes
2 answers
4k views

css / html5 :hover state remains after drag and drop

I'm using html5's drag and drop functionalities to rearrange dom elements on screen - I attach css behavior to the various states of dragging and dropping when I do this, but the problem I'm ...
mheavers's user avatar
  • 30k