Hover event while dragging

Hover event while dragging


I have some collapsed panes which are expanded by hovering over them.
When these panes are expanded, you can drag elements (table rows)
between panes.
I've having an issue where if 1 pane is expanded and you drag an
element from it to a collapsed pane, the hover isn't recognized. It
seems like the hover/onmouseover event doesn't recognized the mouse
during a drag.
Are there any solutions to this?
Thanks!