Dropover event not firing intermittently on adjacent acceptable droppables
I have an issue on drag & drop when I have a draggable div that has 2 droppable targets that are almost right next to each other. When dragging the draggable element somehow fast from one droppable to the other, I can see that the event dropout fires on the one div where the draggable left, however, sometimes I don't get the dropover on the next div. If I do it slowly it works (both dropout and dropover get fired) .
I am using jquery-ui 1.8.6 and droppable tolerance pointer.