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
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
RubaXa
b30ece99c5
v1.2.0: Events, Nested, Drop text, IE11, iframe and etc
10 years ago
Noah Chase
1f58b1b10b
use `page{d}Offset` instead of `scroll{d}`
...
All modern browsers seem to support `window.pageXOffset` and `window.pageYOffset`, which are aliases for `window.scrollX` and `window.scrollY`.
IE doesn't seem to have `window.scrollX` and `window.scrollY`.
fixes #302
10 years ago
srosengren
2920836d5c
Ran grunt after adding knockoutjs bindinghandlers
10 years ago
RubaXa
c6a536aa3f
v1.1.1: #227 , #285
10 years ago
RubaXa
070a571508
v1.1.0: Support IE9, CDN, enhancement auto-scrolling, React-mixin and more.
10 years ago
RubaXa
c9051c24e1
+ support IE9
10 years ago
RubaXa
0d162a016a
#151 : + jquery binding
10 years ago
RubaXa
9c618aa83b
#185 : finaly fix group & mobile
10 years ago
RubaXa
b2fe471012
#131 : v1.0, done
10 years ago
RubaXa
73f1f09aad
#172 : + _cloneHide
10 years ago
RubaXa
5f9bc3dd6e
* up
10 years ago
Dan Dascalescu
a0e3a60995
Expose old & new element index on drag&drop
...
Fix #148
10 years ago
RubaXa
4bcb887f2b
#150 : fixed 'put' as array
10 years ago
RubaXa
423d903ebc
+ Smart auto-scrolling
10 years ago
RubaXa
29f954dc54
* this.options -> options
10 years ago
RubaXa
3f1cd3f155
#120 : pull 'clone'
10 years ago
RubaXa
fc05a7be57
* fixed 'clone'
10 years ago
RubaXa
164f837e40
+ onSort; * fixed onEnd; + Support AngularJS
10 years ago
RubaXa
293b88c059
* fixed animation
10 years ago
RubaXa
8a4bff0ac6
* group.put — can be an array
10 years ago