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

Add drag-and-drop support. #7150

Merged
merged 13 commits into from Jun 4, 2021
Merged

Commits on Jun 1, 2021

  1. Add drag-and-drop support.

    This commit adds drag-and-drop support, leveraging new additions to the CDP
    Input domain (Input.setInterceptDrags, Input.dispatchDragEvent, and
    Input.dragIntercepted).
    danpark-salesforce committed Jun 1, 2021
    Copy the full SHA
    9a7bcf7 View commit details
    Browse the repository at this point in the history
  2. Address feedback.

    * Update date in test
    * Pass modifiers when dispatching drag events
    * Return DragData directly instead of event
    danpark-salesforce committed Jun 1, 2021
    Copy the full SHA
    3da0470 View commit details
    Browse the repository at this point in the history
  3. Address feedback.

    * Moved drag interception code to Page
    * Added tests for drag interception enablement
    danpark-salesforce committed Jun 1, 2021
    Copy the full SHA
    167c4a5 View commit details
    Browse the repository at this point in the history
  4. Address feedback.

    * Add separate methods for dragEnter and dragOver
    * Fix lint errors
    * Add some docs for ElementHandle.drag() and Mouse.drag()
    danpark-salesforce committed Jun 1, 2021
    Copy the full SHA
    3d12132 View commit details
    Browse the repository at this point in the history
  5. Add dragAndDrop method.

    Also update API docs.
    danpark-salesforce committed Jun 1, 2021
    Copy the full SHA
    0dfc041 View commit details
    Browse the repository at this point in the history
  6. Fix lint errors.

    danpark-salesforce committed Jun 1, 2021
    Copy the full SHA
    76d33c4 View commit details
    Browse the repository at this point in the history
  7. fix: lint error

    danpark-salesforce committed Jun 1, 2021
    Copy the full SHA
    c9b0fbf View commit details
    Browse the repository at this point in the history
  8. updated docs

    danpark-salesforce committed Jun 1, 2021
    Copy the full SHA
    a11a9ec View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    6931234 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Copy the full SHA
    5ef426b View commit details
    Browse the repository at this point in the history
  2. chore: run eslint

    jschfflr committed Jun 2, 2021
    Copy the full SHA
    96576e5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c9c1088 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Copy the full SHA
    17834ce View commit details
    Browse the repository at this point in the history