Aaron Job
1e92db51f8
updated with suggestions from @RubaXa
8 years ago
Aaron Job
b3c6d8b7ea
added in evt as path is a pro of that
8 years ago
Aaron Job
6d2d56d442
added ability to use a handle that is in a shadow dom
8 years ago
anerth
ac8e1e2bbf
fix problem with jshint and exact check of null
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
Lebedev Konstantin
caf43c8799
Revert "Fix Destroy workflow"
9 years ago
Lebedev Konstantin
3fde492e01
#772 : newIndex
9 years ago
Lebedev Konstantin
d497e64ca9
#864 : + check Sortable.active in nulling method
9 years ago
alexk111
9b70f32921
Fix Destroy workflow
9 years ago
Onoshko Dan
ef4314bfa7
Throw error if call in node
9 years ago
shimizu daisuke
7370f0a8cf
Modified to initialize variables in _onDrop. so destory function does not work well.
9 years ago
Dan LaMotte
4facaff715
refactor _matches() out of _closest()
...
The _closest() method already defined a way to do what _matches() was
trying to accomplish. This pulls the functionality out of _closest() so
that it can be reused outside of _closest() but refactors _closest() to
use this new _matches() method.
9 years ago
Dan LaMotte
4c2bd1c287
fix for sorting elements within a non-homogenus list of elements
...
For instance, say you are sorting tbody's within a table element. There
can also exist tfoot and thead within the table element. The _index()
function assumes that the list of elements within the parent is
homogenus (ie: just li's below an ol/ul). This isnt the case when
sorting tbody under table. This is edge case until you want to group
tr's under a table and sort on those groupings.
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
03764ae535
* shortening
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
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
4d788baec8
#500 : fixed clone
9 years ago
RubaXa
d87cf004c8
#542 : + _prepareGroup
9 years ago
shootaroo
20c2fc1ba2
Change supportCssPointerEvents strictly
9 years ago
shootaroo
8fbcc2eabe
Support iOS 8.4.1 and safety IE9/10 #532
9 years ago
sp-kilobug
f95fb46bb1
fix multiline float/flex
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
RubaXa
09a75c35d9
#488 : fixed xxxxx undefined
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
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