[1.1.1] getRow() return wrong region --- fixed see bug 1693687

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

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

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Fix Committed
importance: Undecided → Critical
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 1.1.2
summary: - getRow() return wrong region
+ getRow() return wrong region --- fixed see bug 1693687
summary: - getRow() return wrong region --- fixed see bug 1693687
+ [1.1.1] getRow() return wrong region --- fixed see bug 1693687
Revision history for this message
masuo (masuo-ohara) wrote :

I think that getRow() is nothing changed.

Revision history for this message
RaiMan (raimund-hocke) wrote :

ok, I will check.

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.