sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21956
[Bug 1243479] [NEW] Modify one picture which is the same as others, only one be changed, the others all disable.
Public bug reported:
[Precondition]
sikuli version:1.0.0
os: win7 64; xp 32;
reproduce:100%;
[Steps]
1. New a script.
2. Use a command find(123.png).
3. Use a another command wait(123.png)
4. click the 123.png in the editpane.
5. It will pop up a dialog.
6. Modify the picture'name from 123.png to test.png, then save this change.
7. Run the script.
[Expect Result]
The script will run normal.
[Observer Result]
The script will not run normal.
Because of the first picture not be recognized by editor.
[Comments]
Like this: If one picture be used many place, you modify one of them name, the result is: only one picture be changed, the others not be changed in editor UI.
** Affects: sikuli
Importance: Undecided
Status: New
** Description changed:
[Precondition]
sikuli version:1.0.0
os: win7 64; xp 32;
reproduce:100%;
[Steps]
1. New a script.
- 2. Use a command find(123png).
+ 2. Use a command find(123.png).
3. Use a another command wait(123.png)
4. click the 123.png in the editpane.
5. It will pop up a dialog.
6. Modify the picture'name from 123.png to test.png, then save this change.
7. Run the script.
[Expect Result]
The script will run normal.
[Observer Result]
- The script will not run normal.
+ The script will not run normal.
Because of the first picture not be recognized by editor.
[Comments]
Like this: If one picture be used many place, you modify one of them name, the result is: only one picture be changed, the others not be changed in editor UI.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1243479
Title:
Modify one picture which is the same as others, only one be changed,
the others all disable.
Status in Sikuli:
New
Bug description:
[Precondition]
sikuli version:1.0.0
os: win7 64; xp 32;
reproduce:100%;
[Steps]
1. New a script.
2. Use a command find(123.png).
3. Use a another command wait(123.png)
4. click the 123.png in the editpane.
5. It will pop up a dialog.
6. Modify the picture'name from 123.png to test.png, then save this change.
7. Run the script.
[Expect Result]
The script will run normal.
[Observer Result]
The script will not run normal.
Because of the first picture not be recognized by editor.
[Comments]
Like this: If one picture be used many place, you modify one of them name, the result is: only one picture be changed, the others not be changed in editor UI.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1243479/+subscriptions
Follow ups
References