[2.0.4] doesn't drag and drop control on MAC OSX --- to be checked

Bug #1546915 reported by Huy vu
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
SikuliX
In Progress
Medium
RaiMan

Bug Description

I use Sikuli API on JAVA to test app on MAC and I face a problem Sikuli doesn't drag and drop control (Sikuli only move from imageA to image B)

Here is my script:

import org.testng.annotations.Test;
import org.sikuli.script.Screen;
import org.sikuli.script.Match;

public class test {
       @Test
 public void testcase(){
  Screen s = new Screen();
  Match src = s.find( "\ws\imageA.png");
  Match des= s.find("\ws\imageB.png");
  s.dragDrop(src, des);
       }

Note: It's work fine on win but on MAC OSX, I just saw mouse move from imageA to imageB.

Please let me know if anyone has resolved this issue.

RaiMan (raimund-hocke)
summary: - Sikuli 1.1 doesn't drag and drop control on MAC OSX
+ [2.0.4] doesn't drag and drop control on MAC OSX --- to be checked
Changed in sikuli:
status: New → In Progress
importance: Undecided → Medium
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 2.0.5
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.