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
8 years ago
Lebedev Konstantin
830f168b28
* fixed bool
8 years ago
Lebedev Konstantin
be4aee2eb6
#901 : * nulling
8 years ago
anerth
ac8e1e2bbf
fix problem with jshint and exact check of null
8 years ago
anerth
71ea5b82e4
fix errors reported by jshint
8 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.
8 years ago
Scott DeSapio
4f358aeb17
Added fallbackOffset = options.fallbackOffset, and this.options.fallbackOffset -> fallbackOffset
8 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
dev101
8e8dc72b1a
Update Sortable.js
...
Checking `typeof(this[fn])` is enough
9 years ago
n00dl3
b7db3455e7
Add \n before comment
9 years ago
dev101
9b9704e182
Update Sortable.js
9 years ago
n00dl3
0dc1c1b91f
trigger most specialized events first
9 years ago
why520crazy
d1356e1633
fix bug for https://github.com/RubaXa/Sortable/issues/628
9 years ago
RubaXa
569b1187bd
#707 : + abs for _ghostIsLast
9 years ago
RubaXa
ba2b0863d1
#732 : fixed 'preapreGroup'
9 years ago
Onoshko Dan
ef4314bfa7
Throw error if call in node
9 years ago
RubaXa
7f3ee38b16
#718 : * fixed context in 'add' & 'sort' events
9 years ago
RubaXa
a1790fdf23
#677 : + pull/put as functions
9 years ago
RubaXa
b5780dce35
* UPD
9 years ago
RubaXa
f3af805d75
#671 : + 'clone' support jQuery/Zepto/Polymer.dom
9 years ago
RubaXa
31e6f0fab6
#701 : fixed oldIndex & selector == '>*'
9 years ago
RubaXa
2e82d42aec
#670 : * code style
9 years ago
RubaXa
2ec12f7ecd
#671 : + 'clone' event
9 years ago
RubaXa
92a7deae2a
#687 : fixed 'parentEl'
9 years ago
why520crazy
f4f7051750
meet style
9 years ago
shimizu daisuke
7370f0a8cf
Modified to initialize variables in _onDrop. so destory function does not work well.
9 years ago
Jonas Zeitler
4094911e8f
revert index.html change + fix styling errors
9 years ago
Jonas Zeitler
5c426a87de
fix a bug causing wrapped float/flex elements to flicker when sorted
9 years ago
Dan LaMotte
4facaff715
refactor _matches() out of _closest()
...
The _closest() method already defined a way to do what _matches() was
trying to accomplish. This pulls the functionality out of _closest() so
that it can be reused outside of _closest() but refactors _closest() to
use this new _matches() method.
9 years ago