(manual) dragdrop doesn't work in Bluestacks

Bug #1976241 reported by Rene
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Invalid
Undecided
Unassigned

Bug Description

I'm trying to automate a few things in Bluestacks (for Mac, Version 4.270.1 (2803)) with Sikulix 2.0.5 on MacOs Monterey 12.4

mouseclicks, find etc works fine but the dragdrop or manual mouse drag drop (move window up/down/left/right) doesn't work there.
Any suggestions? Tried playing with the system delay settings but no luck. It worked when I tried it in the webbased bluestacks so it seems to be a bluestacks (virtualbox) related issue

```def dragdrop(x,y):
  mmd = Settings.MoveMouseDelay
  Settings.MoveMouseDelay = 1
  dragDrop(x,y)
  Settings.MoveMouseDelay = mmd

def moveMouseXY(x,y)
  mouseMove(x)
  mouseDown(Button.LEFT)
  mouseMove(y)
  mouseUp()```

Rene (rezzz81)
description: updated
description: updated
Revision history for this message
RaiMan (raimund-hocke) wrote :

not accepted as SikuliX bug

Changed in sikuli:
status: New → Invalid
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.