1. 27 10月, 2015 2 次提交
    • C
      avoid changing oldIndex by the parent container · a4e003d4
      Cyril Auburtin 提交于
      should fix #618 and #597
      
      oldIndex was changed first by with the item being dragged, but also by the drag event of the parent (which should be avoided when we are not using the drag-handle)
      a4e003d4
    • T
      Added onChoose event. · 0d17cf09
      TaliLavi 提交于
      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.
      0d17cf09
  2. 24 9月, 2015 1 次提交
  3. 23 9月, 2015 1 次提交
  4. 16 9月, 2015 4 次提交
  5. 10 9月, 2015 1 次提交
  6. 09 9月, 2015 1 次提交
  7. 07 9月, 2015 1 次提交
  8. 03 9月, 2015 2 次提交
  9. 01 9月, 2015 2 次提交
  10. 25 8月, 2015 1 次提交
  11. 21 8月, 2015 1 次提交
    • P
      don't nest parent in child Sortable · e51dc539
      Paolo Priotto 提交于
      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."
      e51dc539
  12. 17 8月, 2015 1 次提交
    • P
      check for existence of dataTransfer · f7af4b15
      Paolo Priotto 提交于
      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
      f7af4b15
  13. 31 7月, 2015 2 次提交
  14. 28 7月, 2015 2 次提交
  15. 21 7月, 2015 1 次提交
  16. 18 7月, 2015 4 次提交
  17. 15 7月, 2015 1 次提交
  18. 13 7月, 2015 1 次提交
  19. 27 6月, 2015 4 次提交
  20. 25 6月, 2015 3 次提交
  21. 23 6月, 2015 2 次提交
    • C
      missed some stuff · 2f06d97b
      ChiefORZ 提交于
      wasn't merging all necessary stuff. now it should be fully functional
      2f06d97b
    • C
      react handleMove/onMove event · 5d6747a9
      ChiefORZ 提交于
      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
      5d6747a9
  22. 22 6月, 2015 1 次提交
    • C
      fix click event for mobile devices and old browser · 429dc043
      ChiefORZ 提交于
      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.
      429dc043
  23. 21 6月, 2015 1 次提交