sp-kilobug
019fc1a32b
"distance" option refactored
9 years ago
sp-kilobug
918501cd57
"distance" option, touch
9 years ago
sp-kilobug
446627298d
"distance" option
...
An attempt to implement the "distance" option (like http://api.jqueryui.com/sortable/#option-distance ).
This is useful when your sortable element is also clickable. This prevents the drag to begin due to a micro-movement when you click.
9 years ago
Lebedev Konstantin
1065b9246a
Merge pull request #572 from ChiefORZ/dev
...
more reliable way to get the DOM Node
9 years ago
RubaXa
fc4a9b310f
#573 : * without ng-repeat
9 years ago
ChiefORZ
fa33718d92
more reliable way to get the DOM Node
...
with React v0.14 this.refs.*.getDOMNode() is deprecated,
we have to use this.refs.* instead, to reference the DOM Node.
this is a implementation, that is backward compatible
* misspelled ref in README fixed
* fixed Demo of forceFallback
9 years ago
RubaXa
eaade8c871
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
RubaXa
03764ae535
* shortening
9 years ago
Lebedev Konstantin
36c0768eba
Merge pull request #571 from jquense/jquense-patch-1
...
Add `getContainer` option for better react version support
9 years ago
Jason Quense
1804c39f3f
Add `getContainer` option for better react version support
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
16bf388a81
* callArgs -> args
9 years ago
Lebedev Konstantin
4524cd8ff7
Merge pull request #566 from medonja/master
...
Bugfix in jquery.binding.js
9 years ago
Marko Jovanovic
f7e2c04336
Bugfix in jquery.binding.js
9 years ago
Lebedev Konstantin
3b9b8c9c80
Merge pull request #564 from Ferdaszewski/dev
...
Added Browserify support for ng-sortable
9 years ago
Joshua Ferdaszewski
555adc36fd
Added Browserify support for ng-sortable
9 years ago
Lebedev Konstantin
23bc3b79f2
Merge pull request #562 from fendy3002/patch-1
...
knockout-sortable Remove dom element reference to viemodel and use local variable instead
9 years ago
fendy3002
6c86b334d2
Fix the missing 'var' syntax
...
The var syntax is missing. Added to explicitly define local variable.
9 years ago
fendy3002
70d04f9346
Update knockout-sortable.js
...
Use closure local variable instead of attaching the element to viewmodel. This is to prevent error caused by bound dom element as in issue 559.
https://github.com/RubaXa/Sortable/issues/559
9 years ago
RubaXa
72c62eab60
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
RubaXa
0043e4796e
#558 : + Error initializing
9 years ago
RubaXa
c4c060b93e
v1.3.0-rc2
9 years ago
RubaXa
7fd16cb0a5
#447 : fixed newIndex if eq null or -1
9 years ago
RubaXa
4a67b43188
#447 : emit 'onEnd' Only if we really move the item
9 years ago
RubaXa
42fa792bec
v1.3.0-rc1
9 years ago
RubaXa
ac5e4a7f90
#547 : * fixed parentEl actualization
9 years ago
RubaXa
2859b57724
#516 : + chosenClass
9 years ago
RubaXa
52dc6fa86a
#545 : + shortcut for set options
9 years ago
RubaXa
4d788baec8
#500 : fixed clone
9 years ago
RubaXa
d87cf004c8
#542 : + _prepareGroup
9 years ago
RubaXa
ca3c2a3e77
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
RubaXa
79cbd737db
Merge branch 'ng-sortable-with-debugInfoEnabled-false' into dev
9 years ago
RubaXa
32064e1ce1
+ support debugInfoEnabled(false)
9 years ago
RubaXa
e7415899ac
Merge branch 'master' of https://github.com/Tradiio/Sortable into Tradiio-master
9 years ago
Lebedev Konstantin
436bd6cf58
Merge pull request #537 from shootaroo/ios841
...
Support iOS 8.4.1 and safety IE9/10
9 years ago
Lebedev Konstantin
f68710a455
Merge pull request #526 from ePages-de/suppress-hierarchy-error
...
don't try to nest parent in child Sortable
9 years ago
shootaroo
20c2fc1ba2
Change supportCssPointerEvents strictly
9 years ago
RubaXa
94cd89f626
Merge branch 'master' into dev
9 years ago
Lebedev Konstantin
15aaf285e7
Merge pull request #534 from JWo1F/patch-1
...
fix "Cannot read property 'destroy' of undefined"
9 years ago
shootaroo
8fbcc2eabe
Support iOS 8.4.1 and safety IE9/10 #532
9 years ago
Alex
a6c6df6b06
fix "Cannot read property 'destroy' of undefined"
9 years ago
Dan Dascalescu
0455fa4fee
Simplify running the example
9 years ago
Dan Dascalescu
bbb0d102c0
Simplify Meteor packaging and add Windows support
9 years ago
Lebedev Konstantin
76924cad94
Merge pull request #527 from sp-kilobug/sp-kilobug-patch-6
...
fix multiline float + move below
9 years ago
Lebedev Konstantin
205d1aa9df
Merge pull request #528 from avoliva/patch-1
...
Correct spelling error in README.md
9 years ago
Adam Voliva
acda5dace5
Correct spelling error in README.md
9 years ago
sp-kilobug
f95fb46bb1
fix multiline float/flex
9 years ago
sp-kilobug
9e9e8463d0
Merge pull request #15 from RubaXa/dev
...
* update from RubaXa
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
Lebedev Konstantin
a42d0bbdf5
Merge pull request #521 from ePages-de/check-data-transfer
...
check for existence of dataTransfer
9 years ago