Display Overlay Not Refreshing in with Highlight()

Bug #1528358 reported by Chathura
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Confirmed
Undecided
Unassigned

Bug Description

Display overlay does not refreshing in with when used with Region.highlight() method. This is in version 1.1.1 (using installation sikulixsetup-1.1.1-20151126.001204-18-forsetup.jar). This bug only happens when I tried to kill a running Sikuli session with Alt+Shift+C. Only option to remove this annoying refresh bug is to close Sikuli down and open it again.

    match.highlight(1, "green")
    print match.getX()
    print match.getY()
    myregion_primscreen = Region(match.getX(),match.getY(),65,17)
    myregion_primscreen.highlight(1,"red")
    matchstr=myregion_primscreen.text()

sometimes the green and sometime red overlay boxes appear on screen.

Chathura (chathuragune)
Changed in sikuli:
status: New → Confirmed
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.