sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36812
[Bug 1545428] [NEW] [1.1.0] isLockOn does not change until typing from the keyboard
Public bug reported:
I am sure this behavior by using the following code.
When I click the OK button at the pop-up window, status does not change.
When I type Enter-key at the pop-up window, status will change.
(I tested on Windows7, Java 1.8.0, SikuliX1.1.0 .)
while True:
msg = "status:%s" % Env.isLockOn(Key.NUM_LOCK)
popup(msg)
type(Key.NUM_LOCK)
** Affects: sikuli
Importance: Medium
Assignee: RaiMan (raimund-hocke)
Status: In Progress
** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => Medium
** 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/1545428
Title:
[1.1.0] isLockOn does not change until typing from the keyboard
Status in Sikuli:
In Progress
Bug description:
I am sure this behavior by using the following code.
When I click the OK button at the pop-up window, status does not change.
When I type Enter-key at the pop-up window, status will change.
(I tested on Windows7, Java 1.8.0, SikuliX1.1.0 .)
while True:
msg = "status:%s" % Env.isLockOn(Key.NUM_LOCK)
popup(msg)
type(Key.NUM_LOCK)
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1545428/+subscriptions
Follow ups