sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37803
[Bug 1573564] Re: [1.1.0] Location.getRobotForPoint don't return good robot
@David
of course not.
my comment #1 is simply not the right answer ;-)
to not confuse others I will hide these comments.
** Changed in: sikuli
Status: Invalid => Fix Committed
** Changed in: sikuli
Importance: Undecided => Critical
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.1.1
** Summary changed:
- [1.1.0] Location.getRobotForPoint don't return good robot
+ [1.1.0] Location.getRobotForPoint don't return good robot --- fixed in 1.1.1 2016-04-27+
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1573564
Title:
[1.1.0] Location.getRobotForPoint don't return good robot --- fixed in
1.1.1 2016-04-27+
Status in Sikuli:
Fix Committed
Bug description:
protected IRobot getRobotForPoint(String action) {
if (getScreen() == null) {
Debug.error("Point %s outside any screen not useable for %s", this, action);
return null;
}
if (!getScreen().isOtherScreen()) {
getScreen().showTarget(this);
}
return Screen.getMouseRobot();
// return getScreen().getRobot();
}
==> Why does The last line has been commented?
it's the good way of returning the robot ...
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1573564/+subscriptions
References