Droppable: Fixes: Ticket #8060. Over event is not fired correctly in a droppable.#583
Droppable: Fixes: Ticket #8060. Over event is not fired correctly in a droppable.#583nhatcher wants to merge 1 commit intojquery:masterfrom nhatcher:master
Conversation
…ixes Ticket #8060. Over was not fired correctly.
|
Hi @nhatcher, thanks again for contributing this patch. We recently re-enabled the test suite for droppable. In order for us to land this patch, we'd need a few tests added to the test suite proving this doesn't break existing functionality and also that it fixes the bug as described. Can you add some tests here please? |
|
@nhatcher, have you had a chance to look into adding tests for this pull request? |
|
Thanks again for contributing! Actually, this works as expected per the documentation. From http://api.jqueryui.com/droppable/#event-over: "Triggered when an accepted draggable is dragged over the droppable (based on the tolerance option)." For that reason, I'm going to close this. Just because this didn't get merged, that doesn't mean you shouldn't try contributing another patch! There's tons of open bugs to work on over at: http://bugs.jqueryui.com/query?status=open&type=bug&group=component&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority&report=31 Thanks again! |
|
Hi @mikesherov, thank you very much for taking your time in reviewing the pull request and the encouragement. Unfortunately, I will not have a chance until the end of the year to have a look at this issue again. |
jquiery.ui.droppable
this.overshould change in a drop event even if the draggable is not accepted.