← Back to team overview

sikuli-driver team mailing list archive

[Bug 1693687] Re: [1.1.1] Region.getCol(n, cols): negative n does not work

 

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

** Summary changed:

- [1.1.1] Region.getCol(n, cols): negative n does not work
+ [1.1.1] Region.getCol(n, cols): negative n does not work --- fixed 1.1.2 2017-05-28

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

Title:
  [1.1.1] Region.getCol(n, cols): negative n does not work --- fixed
  1.1.2 2017-05-28

Status in Sikuli:
  Fix Committed

Bug description:
  [environment:]
  version: SikulixIDE 1.1.1(2017-03-29_10:41)
  OS: Windows Server 2008(64bit)
  Java: 1.8.0_131

  [codes:]
  r = Region(100,100,500,500)
  r.highlight(1)

  gc = r.getCol(-1,5)
  gc.highlight(1)
  print gc

  
  [message:]
  [log] highlight R[100,100 500x500]@S(0) for 1.0 secs

  [error] Region(50000,100,100,500) outside any screen - subsequent actions might not work as expected
  [error] highlight: not possible for null
  R[50000,100 100x500]@S(?) E:Y, T:3.0

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


References