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

Move preventDefault to gesturemovestart (Fixes #1716) #1721

Merged
merged 1 commit into from
Mar 25, 2014

Commits on Mar 21, 2014

  1. Move preventDefault to gesturemovestart (Fixes yui#1716)

    Android browsers require that we prevent the default browser action on the
    start of drag. We tried this in yui#693/yui#1557, but this broke in other ways
    for other browsers.
    
    The issue stems from preventDefault being called on the document instead of
    the Node.
    
    This commit moves the preventDefault to the gesturemovestart in the
    prototype for DD.Drag.
    andrewnicols committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    7265cd5 View commit details
    Browse the repository at this point in the history