← Back to team overview

sikuli-driver team mailing list archive

[Bug 1673013] [NEW] [1.1.1] IDE: recapture image with same imagename is not reflected (image cache not updated) --- workaround

 

Public bug reported:

********* workaround until fixed
save the script and reopen it (no need to close IDE completely only the offending script tab)
---------------------------------------------

1. I create some image visual:

img = "img.png" # using screen-capture button

2. Then I decide to change this image, type Backspace to delete old
image:

img = # img.png should be deleted, shouldn't it?

3. I choose another part of the screen using screen-capture button :

img = "img.png" #

Surprisingly I see my _old image_ instead of the new one. But when I
save the project and reopen it in Sikuli IDE I do see the new image.

** Affects: sikuli
     Importance: High
     Assignee: RaiMan (raimund-hocke)
         Status: Fix Committed

** Changed in: sikuli
       Status: New => Fix Committed

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

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.1

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

Title:
  [1.1.1] IDE: recapture image with same imagename is not reflected
  (image cache not updated) --- workaround

Status in Sikuli:
  Fix Committed

Bug description:
  ********* workaround until fixed
  save the script and reopen it (no need to close IDE completely only the offending script tab)
  ---------------------------------------------

  1. I create some image visual:

  img = "img.png" # using screen-capture button

  2. Then I decide to change this image, type Backspace to delete old
  image:

  img = # img.png should be deleted, shouldn't it?

  3. I choose another part of the screen using screen-capture button :

  img = "img.png" #

  Surprisingly I see my _old image_ instead of the new one. But when I
  save the project and reopen it in Sikuli IDE I do see the new image.

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


Follow ups