[1.1.0] Location.getRobotForPoint don't return good robot --- fixed in 1.1.1 2016-04-27+

Bug #1573564 reported by David ENJOLRAS
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Fix Committed
Critical
RaiMan

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 ...

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Invalid
summary: - Location.getRobotForPoint don't return good robot
+ [1.1.0] Location.getRobotForPoint don't return good robot
RaiMan (raimund-hocke)
Changed in sikuli:
status: Invalid → Fix Committed
importance: Undecided → Critical
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 1.1.1
summary: - [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+
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.