RubaXa
495b9deb86
#1236 : Creating clone if it really needs
7 years ago
RubaXa
64e4491ce8
v1.7.0: * events, iframe, timeouts and etc
7 years ago
RubaXa
d49f468d83
- passive mode
7 years ago
RubaXa
47de7844aa
* rebuild
7 years ago
RubaXa
811e448711
#1202 : passive mode
7 years ago
Luiz Corte Real
e2a57cbbd9
Refactor
7 years ago
Aline Lee Nogueira and William Seiti Mizuta
f5cae641f7
Fix touch event listener when element is inside a shadow dom
7 years ago
Varunkumar Nagarajan
b818a9639d
v1.6.1: #1158
7 years ago
Varunkumar Nagarajan
394367a380
Fix issue with evt.path in Firefox, IE
7 years ago
ohute-couture
70af8f8ee9
Fix #1144 problem with supporting css pointer-event in IE
...
- IE does not support css pointer-event
7 years ago
camargo
2f45d5f15c
prefer Polymer first over $ in clone
8 years ago
진유정
f096574f54
fix #1071
...
- off pointercancel event
8 years ago
desmaisons_david
18c7bd5efb
Remove junks
8 years ago
desmaisons_david
da80bb575b
Regenerate sortable.min
8 years ago
mleung@riotgames.com
d69d501676
Fix drag and drop issue in " http://jsbin.com/fecaquk/edit?html,css,js,output "
8 years ago
desmaisons_david
8451985bd8
send insertAfter information in move hook
8 years ago
Billy Hardy
5e4f6d78ab
ran grunt
8 years ago
Joey Becker
ee7b8a71e2
evt.to in onAdd, onSort, onUpdate
8 years ago
Lebedev Konstantin
473bd8fecf
v1.5.1: #1046
8 years ago
Lebedev Konstantin
ef8f5e9d4c
* rebuild
8 years ago
Lebedev Konstantin
14c44fdd98
* prepare v1.5.0
8 years ago
Lebedev Konstantin
3e562a85fa
#680 : fixed radio state
8 years ago
Lebedev Konstantin
7b6f91fd1c
* cs
8 years ago
Victor Ng KP
5dac5c4019
Add onUnchoose after onchoose is introduced
8 years ago
RubaXa
8e48c2aa1e
v1.5.0-rc1
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
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
Joel Marcotte
6264428b97
Add the original mouse event as parameter in onMove
9 years ago
RubaXa
b1defd32ff
* code style
9 years ago
Jonas Zeitler
4094911e8f
revert index.html change + fix styling errors
9 years ago
Sebastian Rosengren
c3d724d8fb
Knockout - Fixes #623 #585 #557
9 years ago
Sebastian Troć
8cef762d11
Fix for callbacks invocation
...
Tweaked callbacks overwriting and preventing to trying of calling
strings
9 years ago
Tali Lavi
13b5ac96e8
Remove unreliable reliance on 'this' when dispatching 'choose'
9 years ago
TaliLavi
0d17cf0943
Added onChoose event.
...
This event will fire when an element is chosen, and is particularly
useful for providing the user with a visual, auditory or tactile indication,
in case a delay was enabled.
9 years ago
RubaXa
4701b853fd
v1.4.2: - Polymer dependency (bower)
9 years ago
RubaXa
40a2f60545
v1.4.1: * React & ko & bower
9 years ago
RubaXa
385f03e5d0
v1.3.0: Improved stability and performance on touch devices; Added a new option `chosenClass`
...
And so on: #558 , #547 , #542 , #537 , #532 , #516 , #500 , #489 , #489 , #447 , #475 , #459 , ##422, #411 , #356
9 years ago
RubaXa
c4c060b93e
v1.3.0-rc2
9 years ago
RubaXa
42fa792bec
v1.3.0-rc1
9 years ago
Paolo Priotto
e51dc53982
don't nest parent in child Sortable
...
when nesting Sortable's, we're not interested in this error:
"HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent."
9 years ago
Paolo Priotto
f7af4b15ac
check for existence of dataTransfer
...
As done in the other place where `dataTransfer` is used.
This is to support fake html5 drag and drop events, where `dataTransfer` is not accessible. Use case: Selenium testing with ePages-de/chromedriver-html5-dragdrop
9 years ago
Sebastian Rosengren
04553782b5
Added UMD definition to knockout-sortable
...
Fixes #488
9 years ago
JP
15cae09423
#356 Fixing issue where dropping an item on the right end of a horizontally layed out drop zone does not add the item
9 years ago
RubaXa
304c04fd2d
#489 : * Fixed 'clone'
9 years ago
RubaXa
e912d00edb
v1.2.1
9 years ago
Derek Berner
1a437a63be
Additional work on concurrent dom modification
9 years ago
Derek Berner
5a3ce29d07
Error when dragged item is removed from parent before drag ends
9 years ago
Adam Fleming
8935bea4e3
Sortable 1.2.1
...
Bump minor version number
10 years ago