jquery-simulate icon indicating copy to clipboard operation
jquery-simulate copied to clipboard

Tests for latest code ported from UI codebase

Open mikesherov opened this issue 11 years ago • 0 comments

  • drag options: x, y, handle
  • drag simulating mousemove: document -> target.ownerDoucment
  • drag element removed during drag: if ( $.contains( document, target ) ) {
  • mouse event options: button value -1.

Commits:

  • 44594dd93
  • dd3c930b8
  • fce39f8af0
  • 779bcef1d
  • 386afd3b4

mikesherov avatar Aug 20 '14 13:08 mikesherov