While added direction grid in PR #560 we have discovered, that the waiting for transitionEnd was not correctly. This has some side-effects in tests, when using with a bigger list of item, because the animation spents more time.
This was the reason, why added tests for direction grid were failed.
This PR fix following bugs
dropend and was already called before all transitions of all items was completed
after dropping a item and taking an other one immediately, brings crazy transition effect and sometime also order was not anymore correct
in tests the drop helper hasn't respected transitionEnd, caused by the other two bugs. Fast reordering like in tests are not working with large lists
While added direction
grid
in PR #560 we have discovered, that the waiting fortransitionEnd
was not correctly. This has some side-effects in tests, when using with a bigger list of item, because the animation spents more time.This was the reason, why added tests for direction
grid
were failed.This PR fix following bugs
drop
helper hasn't respectedtransitionEnd
, caused by the other two bugs. Fast reordering like in tests are not working with large lists