Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sortable Fix-Up #1793

Closed
wants to merge 12 commits into from
Closed

Sortable Fix-Up #1793

wants to merge 12 commits into from

Commits on Feb 16, 2017

  1. Update sortable.js

    * Created _scroll extension point and migrated scroll code from _mouseDrag
    * Cleaned up logic for scrolled
    * Fixed appendTo functionality to match documentation
    * Remove unnecessary function calls
    * Move set-up position functions to appropriate place
    * Base scrollParent on placeholder and not helper
    * Update scrollParent when switching containers
    borgboyone committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    aa9de1a View commit details
    Browse the repository at this point in the history
  2. Update sortable.js

    * Fixed misplaced merge lines
    borgboyone committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    8b34513 View commit details
    Browse the repository at this point in the history
  3. Update sortable.js

    * Fixed code style issues
    borgboyone committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    01cc678 View commit details
    Browse the repository at this point in the history
  4. Update sortable.js

    * Fixed code style issue
    borgboyone committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    aa92211 View commit details
    Browse the repository at this point in the history
  5. Update sortable.js

    * Removed scrollParent placeholder basis due to unknown difference between local copy and pushed copy functionality
    borgboyone committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    481c37f View commit details
    Browse the repository at this point in the history
  6. Update sortable.js

    * Fixed merge issue with position of _getParentOffset() and reinstated scrollParent based on placeholder
    borgboyone committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    64d7655 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Update sortable.js

    * Restored _mouseDrag call from _mouseStart
    borgboyone committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    35215a8 View commit details
    Browse the repository at this point in the history
  2. Update sortable.js

    * Fix item intersection after scroll
    borgboyone committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    764b6b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

  1. Update sortable.js

    * Update offset as well when moving from sortable with no scrollbar to a sortable with scroll bar
    * No need to process mouse drag if not in a container
    borgboyone committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    93f77d9 View commit details
    Browse the repository at this point in the history
  2. Update sortable.js

    * Missing update of absolute position left component via scroll action
    borgboyone committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    a8c660d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Update sortable.js

    * Scroll values were slightly different from offset values for items so reverted to using offset to update item positions after scroll
    * Created entry for dragDirection to reduce superflous function calls
    * Removed unneeded code give fix-up for offsetParent
    borgboyone committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    5c4becc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Update sortable.js

    * Worked refreshItemPositions function into existing refreshPosition function
    borgboyone committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    d76014e View commit details
    Browse the repository at this point in the history