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
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
André Góis
9e93358ea5
Update ng-sortable.js
9 years ago
Lebedev Konstantin
8baa240b08
Merge pull request #499 from LearnBIG/dev
...
Added some Setup steps
9 years ago
Sean Kelly
987b88f6e1
Added some Setup steps
9 years ago
Lebedev Konstantin
c188d47361
Merge pull request #497 from srosengren/dev
...
Knockout sortable #488
9 years ago
Sebastian Rosengren
8e73509d53
Merge remote-tracking branch 'origin/dev' into dev
9 years ago
srosengren
593cc5a0f5
Fixed issue with computed foreach's
...
Fixed how we find correct indexes for items if the sortable is
bound to a filtered collection.
9 years ago
Sebastian Rosengren
04553782b5
Added UMD definition to knockout-sortable
...
Fixes #488
9 years ago
RubaXa
09a75c35d9
#488 : fixed xxxxx undefined
9 years ago
Lebedev Konstantin
4eaf54d1da
Merge pull request #496 from jsanchez034/dev
...
#356 Fixing issue of dropping on the right end of horizontally laid out drop zones
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
3be3b60aba
#488 : reset 'newIndex'
9 years ago
RubaXa
ca3e563103
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
RubaXa
304c04fd2d
#489 : * Fixed 'clone'
9 years ago
Lebedev Konstantin
78ef22013f
Merge pull request #483 from rclai/patch-1
...
Update dependency of mongo-collection-instances
9 years ago
Lebedev Konstantin
8e20138f89
Merge pull request #486 from sp-kilobug/sp-kilobug-patch-5
...
fix flex containers in row mode
9 years ago
Lebedev Konstantin
d835ba6eff
Merge pull request #493 from urossmolnik/master
...
meteor: option to specify collection selector
9 years ago
Uros Smolnik
8510d422ff
meteor: option to specify collection selector
9 years ago
André Góis
5b4737f628
Update ng-sortable.js
9 years ago
sp-kilobug
97d38acb6f
fix flex containers in row mode
...
fix http://jsbin.com/cuduyo/edit?html,css,output
compatible with
flex-direction: row
flex-direction: row-reverse
https://developer.mozilla.org/fr/docs/Web/CSS/flex-direction
9 years ago
Richard Lai
7bb9348649
Update dependency of mongo-collection-instances
9 years ago
sp-kilobug
060efb5b1a
Merge pull request #12 from RubaXa/dev
...
Dev
9 years ago
RubaXa
d1069a97a7
#481 : * call method
9 years ago
RubaXa
5f28ec8703
#411 : - duplicate
9 years ago
Lebedev Konstantin
5509a9f959
Merge pull request #411 from ajwild/dev
...
Allow click events for touch devices
9 years ago
RubaXa
71f3fb935f
#423 : - version
9 years ago
RubaXa
aa414b0909
#457 : nativeDragMode -> nativeDraggable
9 years ago
Lebedev Konstantin
1cd9f9109c
Merge pull request #457 from sp-kilobug/sp-kilobug-patch-1
...
remove drag/drop handlers in forceFallback mode
9 years ago
RubaXa
9e6d006040
#459 : * code style
9 years ago
Lebedev Konstantin
9660e8e207
Merge pull request #459 from sp-kilobug/sp-kilobug-patch-3
...
improves the fallback mode fluidity
9 years ago
RubaXa
960d7da05b
#475 : * merge 'dev' branch
9 years ago
RubaXa
82240bf4a8
+ master
9 years ago
RubaXa
e912d00edb
v1.2.1
9 years ago
RubaXa
43fd37386f
Merge branch 'dev'
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
sp-kilobug
9e3e0a81a0
improves the fallback mode fluidity
...
_emulateDragOver optimized to reduce the interval tics.
That provides a fluidity similar to the native drag and drop mode.
10 years ago
sp-kilobug
71358aaf7c
Merge pull request #10 from sp-kilobug/revert-9-sp-kilobug-patch-2
...
Revert "#422: fix fallback moves in owner container"
10 years ago
sp-kilobug
53c9355a0c
Revert "#422: fix fallback moves in owner container"
10 years ago
sp-kilobug
14ecef21e5
Merge pull request #9 from sp-kilobug/sp-kilobug-patch-2
...
#422 : fix fallback moves in owner container
10 years ago
sp-kilobug
0eb010e219
#422 : fix fallback moves in owner container
...
see #422
10 years ago
sp-kilobug
8ae82072d3
remove drag/drop handlers in forceFallback mode
...
drag/drop handlers should be disabled in fallback mode to avoid unwanted behaviors
10 years ago
sp-kilobug
cb140f149f
Merge pull request #4 from RubaXa/dev
...
Dev
10 years ago
Lebedev Konstantin
71f4362e3c
Merge pull request #441 from ChiefORZ/dev
...
fix click event for mobile devices and old browser
10 years ago
ChiefORZ
d56e4d41db
forceFallback changes
...
removed the default behaviour to append the cloned Element to the body.
now the cloned Element gets added in the same parent, with the addition
of the class defined in options.fallbackClass.
added the possibility to change the fallback class.
added the possibility to decide wheter the fallback should be cloned
into the same parent or to the document's body.
10 years ago