← Back to team overview

sikuli-driver team mailing list archive

[Bug 1664969] Re: [1.1.1] macOS 10.12.3: dragDrop not working

 

** Summary changed:

- Mac OS X Sierra 10.12.3 dragDrop not working
+ [1.1.1] macOS 10.12.3: dragDrop not working

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => High

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.1

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1664969

Title:
  [1.1.1] macOS 10.12.3: dragDrop not working

Status in Sikuli:
  In Progress

Bug description:
  Hello,

  While using SikuliX IDE 1.1.1 (Also tried 1.1.0, same behaviour), on
  OSX 10.12.3 (Sierra) the drag and drop functionality does not seem to
  work as expected.

  In my simplified application I have a left-side drawer (mobile style)
  which can be pulled-out and pushed-in.

  Somehow the pulling-out function works as expected, but the pushing-in does not work.
  On Windows (running in VirtualBox) with the same (Qt Quick 2.0) code-base and same Sikuli test code, all is functioning well (While I cannot see the mouse cursor moving, but I think this is due to the usage of VirtualBox).

  I tried to do the drag and drop manually with mouseDown(Button.Left),
  mouseMove(...) and mouseUp() but even that does not resolve the issue
  on OSX. Also tried to alter the timing Settings (DelayBeforeDrag,
  DelayBeforeDrop, DelayBeforeMouseDown) as putting manual delays
  (sleep). No effect however.

  I tried debugging with a mouse-locator (show click actions), and
  everything seems fine, being: following the sequence: press/hold -
  move - release...

  What I also noticed is that the animation of my drawer popping in/out
  is not showing while running a SikuliX test.

  Attached you can find the windows application, as the mac application
  as the used (minimised) test script.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1664969/+subscriptions


References