Lebedev Konstantin
14c44fdd98
* prepare v1.5.0
8 years ago
Lebedev Konstantin
3e562a85fa
#680 : fixed radio state
8 years ago
Lebedev Konstantin
03b49f7294
* forceFallback + select (fix)
8 years ago
Lebedev Konstantin
1d1e7817e1
* captureMode
8 years ago
Elon Mallin
7bd21a9583
fix: make drag on touch work in scrollable element
...
With Chrome version 56 the passive capture option in addEventListener defaults to true instead of false which causes dragging on touch devices to simultaneously also scroll.
Tested on Android Chrome, and device mode in Edge, Chrome and Firefox.
8 years ago
Lebedev Konstantin
7b6f91fd1c
* cs
8 years ago
Lebedev Konstantin
314db5e828
#1022 : + touch-action
8 years ago
Lebedev Konstantin
6e084fd835
#1037 : fixed dynamic checkPull behavior
8 years ago
Lebedev Konstantin
efa0d6d333
- Package
8 years ago
Lebedev Konstantin
0bd46593ff
#1017 : + revertClone
8 years ago
Lebedev Konstantin
b0af97c1ac
#1017 : + revertClone
8 years ago
Lebedev Konstantin
ab5dae4c6f
#1025 : clean clone, fix
8 years ago
Lebedev Konstantin
45f9618bc7
#1025 : clean clone
8 years ago
Lebedev Konstantin
42f57f1ee3
#1022 : + capture: false, passive: false
8 years ago
Lebedev Konstantin
1a84714536
#1036 : fixed handle + filter
8 years ago
Lebedev Konstantin
a7cddbcd6e
#1029 : + lastDownEl
8 years ago
Lebedev Konstantin
1aa0121c31
#1029 : + preventOnFilter
8 years ago
Lebedev Konstantin
2ecd5034ea
#1009
8 years ago
Lebedev Konstantin
26a7c9767e
#997 , #998 : + prevent on forceFallback
8 years ago
Victor Ng KP
5dac5c4019
Add onUnchoose after onchoose is introduced
8 years ago
Jang Jun
a9a4b93980
Fix error when use scrollFn
8 years ago
RubaXa
8e48c2aa1e
v1.5.0-rc1
8 years ago
Nikita SVIRIDENKO
ace2da13e2
Update Sortable.js
8 years ago
Nikita SVIRIDENKO
d8d74e0078
Update Sortable.js
...
In some cases `el.host` is the current host name
8 years ago
Aaron Job
1e92db51f8
updated with suggestions from @RubaXa
8 years ago
Aaron Job
b3c6d8b7ea
added in evt as path is a pro of that
8 years ago
Aaron Job
6d2d56d442
added ability to use a handle that is in a shadow dom
8 years ago
Artem Lipatov
3003909a97
Fix problem with supporting css pointer-event in IE11 #920
...
IE-11 supports css pointer-events incorrect:
if your draggable elem contains pseudoelements,
Sortable.js will solve that your draggable elem
are dropping to itself.
So Sortable.js will place your draggable elem to end of list.
This PR let to Sortable.js solve that IE11 doesnt support pointer-events
9 years ago
Lebedev Konstantin
830f168b28
* fixed bool
9 years ago
Lebedev Konstantin
be4aee2eb6
#901 : * nulling
9 years ago
anerth
ac8e1e2bbf
fix problem with jshint and exact check of null
9 years ago
anerth
71ea5b82e4
fix errors reported by jshint
9 years ago
anerth
5c7a897e27
Currently in IE9 dragging an element does select the text because document.selection.empty() does fire to early. Adding the timeout fixes this problem.
9 years ago
Scott DeSapio
4f358aeb17
Added fallbackOffset = options.fallbackOffset, and this.options.fallbackOffset -> fallbackOffset
9 years ago
Scott DeSapio
dcb3bae44c
Replace xOffset and yOffset -> fallbackOffset: {x: 0, y: 0}; Forward PR into dev-branch.
9 years ago
Lebedev Konstantin
caf43c8799
Revert "Fix Destroy workflow"
9 years ago
Tim van der Lippe
238216d8c9
Fix feedback
9 years ago
Lebedev Konstantin
fefff20f1f
#772 : newIndex
9 years ago
Lebedev Konstantin
3fde492e01
#772 : newIndex
9 years ago
Lebedev Konstantin
d347d2d6ce
willChange -> will-change
9 years ago
Lebedev Konstantin
cb1e453fe4
#857 : + will-change on drag
9 years ago
Lebedev Konstantin
d497e64ca9
#864 : + check Sortable.active in nulling method
9 years ago
Boris Sergeev
f11bf04aaa
Add option for custom autoscrolling function
9 years ago
Borreda
bf1c2ce3b0
- get Sortable running with IE and touch devices, aka pointerevent support
...
- don't forget to turn off standard pointerevents for scrolling:
-> touch-action: none;
-> -ms-touch-action: none; //older IE versions
- drawback/known issue : option delay isn't supported in conjunction with ms touch
9 years ago
alexk111
9b70f32921
Fix Destroy workflow
9 years ago
Tim van der Lippe
643d9afe85
Fix issue with dragEl undefined when moving with a Polymer element
9 years ago
Joel Marcotte
6264428b97
Add the original mouse event as parameter in onMove
9 years ago
RubaXa
6f72f4ea5b
+ dragClass
9 years ago
RubaXa
b1defd32ff
* code style
9 years ago
dev101
6be0ded019
Removed brackets in typeof
9 years ago