forked from johnny/jquery-sortable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
14 lines (14 loc) · 602 Bytes
/
TODO
File metadata and controls
14 lines (14 loc) · 602 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- [0/1] exampels
- [ ] delay
- [0/2] bugs
- [ ] last Pointer is NaN in search valid target
- [ ] prevent infinite recursion
- [ ] bootstrap example jumps up on drop
- [0/5] consider
- [ ] better name for searchValidTarget
- [ ] shortcut on getNearest()
- [ ] if items, break if distance is growing again
- [ ] if containers, break if distance is 0
- [ ] only calculate top/bottom if vertical and left/right if horizontal
- [ ] support placeholder with height/width
- [ ] calculate item/container dimensions relative to the container => Not all centers have to be recalculated