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
304c04fd2d
#489 : * Fixed 'clone'
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
RubaXa
5f28ec8703
#411 : - duplicate
9 years ago
RubaXa
aa414b0909
#457 : nativeDragMode -> nativeDraggable
9 years ago
RubaXa
9e6d006040
#459 : * code style
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
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
53c9355a0c
Revert "#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
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
Kuitos
a092094d11
remove _bind function for Function.bind polyfill
10 years ago
Kuitos
6be61ce97e
remove _bind function for Function.bind polyfill
10 years ago
ChiefORZ
2f06d97b36
missed some stuff
...
wasn't merging all necessary stuff. now it should be fully functional
10 years ago
ChiefORZ
5d6747a9c7
react handleMove/onMove event
...
modified the private _onMove prototype, so it calls events on it's
source Element like it's sibling function _dispatchEvent
added the handleMove, which listens to the onMove events to the react
mixin
10 years ago
ChiefORZ
429dc043ab
fix click event for mobile devices and old browser
...
added forcePolyfill option.
forcePolyfill is made to make cross-browser testing more easy.
forcePolyfill provides a reliable, consistent cross-browser Solution for
Sortable.
forcePolyfill gives us the possibility to change the way "dragged items"
lok like.
10 years ago
Adam Fleming
8935bea4e3
Sortable 1.2.1
...
Bump minor version number
10 years ago
RubaXa
f3e090c2a3
#429 : dragStartTimer -> _dragStartTimer
10 years ago
Adam Fleming
7767536381
Correctly match multiple class names
...
Assume that el.className === "foo bar"
Assume that your selector is "DIV.foo.bar"
(' ' + el.className + ' ').match(re) will only have one match - " foo " - because the "\\s" trailing character on "foo" prevents " bar " from being matched
EZ fix is just to make sure the trailing whitespace is not consumed by the regex
10 years ago
Alex Wild
9940598312
Allow click events for touch devices
10 years ago
RubaXa
72be2e91ae
#376 : * fixed 'evt.target'
10 years ago
RubaXa
08c31fc0bb
#379 : + 'delay' description
10 years ago
RubaXa
14864bc067
#335 : call save only if 'active'
10 years ago
RubaXa
a89b3b3edc
#347 : + moveVector
10 years ago
RubaXa
34328a81b5
#273 : + onMove event
10 years ago
RubaXa
b30ece99c5
v1.2.0: Events, Nested, Drop text, IE11, iframe and etc
10 years ago
RubaXa
c1f6cf50c4
#308 : * allow drop text
10 years ago
RubaXa
5c4e3dce2a
#318 , #328 : + Improved work with events transmitted through the options
10 years ago
RubaXa
40af728d53
#325 : * changed the order of the methods (code style)
10 years ago
RubaXa
723bc1e605
#325 : PR refactoring: - _enableDragStart & revert lost fixes
10 years ago
jboulouloubi
78c53ba5e1
Add delay between touchstart and dragstart
10 years ago
RubaXa
5fd36b19b1
* RSPACE
10 years ago
RubaXa
8b818ed280
#288 : + use 'ownerDocument' for correct working with/into iframe
10 years ago
RubaXa
7309734dbf
#290 : + clone simple 'option' and 'extend' method
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
Bogdan Mustiata
f802c84d05
Use precompiled RegExp.
10 years ago
Bogdan Mustiata
c7257ae198
Don't join class names when removing classes after additions.
10 years ago
RubaXa
c6a536aa3f
v1.1.1: #227 , #285
10 years ago
RubaXa
0b909aa59d
#285 : * fixed dragover handler
10 years ago
RubaXa
87e336a175
#277 : * fixed handle & filter
10 years ago
RubaXa
1482449b18
#285 : * fixed dragover handler
10 years ago
RubaXa
8b3e8f9497
#279 : * dataAttr -> dataIdAttr
10 years ago
RubaXa
7dc8be5755
#279 : + dataIdAttr
10 years ago
RubaXa
1c8839f08f
#277 : * fixed handle & filter
10 years ago
RubaXa
070a571508
v1.1.0: Support IE9, CDN, enhancement auto-scrolling, React-mixin and more.
10 years ago
RubaXa
563311f25e
#271 : + remove 'transform' (#issuecomment-73954644)
10 years ago