I need to change the style of items in a list when they are mousedOver while dragging but none of the mouseOver events fire while dragging.
I tried setting mouseEnabled=false on the DragProxy but that did nothing. Is there any way to get mouseOver events while dragging? Or is there another way to tell that I have moused over a list item while dragging? I need it because while dragging items in a list to a different index in the same list only certain drop indexes are allowed and I need to make some visual feedback to let the user know where they can drop in the list. --Kelly

