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

Fixed issue #41: Scroll inside draggable elements contents doesn't work on iPad #204

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Dec 18, 2014

  1. Configuration menu
    Copy the full SHA
    428e7b9 View commit details
    Browse the repository at this point in the history
  2. Fixed issue furf#41: Scroll inside draggable elements contents doesn'…

    …t work on iPad
    
    (also update minified JavaScript)
    RandScullard committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    4ba6bc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04e571 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. fix41: Call event.preventDefault before simulating a click event, to …

    …avoid getting two clicks.
    RandScullard committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    83663a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

  1. fix41: Only simulate mouse messages on touchend if we prevented defau…

    …lt on touchstart. This avoids duplicating mouse events that the browser simulates on its own. Also improve the code to distinguish between a click and a move.
    RandScullard committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    c8e60b2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. fix41: Handle the case where the user is using a mouse on a browser t…

    …hat supports touch events, causing touchEvent to be undefined in _mouseDown and _mouseMove.
    RandScullard committed May 7, 2015
    Configuration menu
    Copy the full SHA
    250a9e5 View commit details
    Browse the repository at this point in the history