← Back to team overview

sikuli-driver team mailing list archive

[Bug 1693684] [NEW] getRow() return wrong region

 

Public bug reported:

[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)

gr = r.getRow(4,5)
gr.highlight(1)
print gr

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

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

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

R[100,100 500x500]@S(0) E:Y, T:3.0  <---wrong region
[log] highlight R[500,100 100x500]@S(0) for 1.0 secs

R[500,100 100x500]@S(0) E:Y, T:3.0

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  getRow() return wrong region

Status in Sikuli:
  New

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)

  gr = r.getRow(4,5)
  gr.highlight(1)
  print gr

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

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

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

  R[100,100 500x500]@S(0) E:Y, T:3.0  <---wrong region
  [log] highlight R[500,100 100x500]@S(0) for 1.0 secs

  R[500,100 100x500]@S(0) E:Y, T:3.0

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


Follow ups