← Back to team overview

sikuli-driver team mailing list archive

[Bug 936432] [NEW] type of CMD sequence using upper case letter causes failure and CMD stuck on

 

Public bug reported:

Under OSX trying to a copy by issuing a CMD-C key sequence using the
type command, I have discovered that it you use upper case it causes a
failure that leaves the system in a weird state where the CMD key is
stuck down until you exit the IDE.

Open the IDE and put this into a script and run it:

type("c", KeyModifier.CMD)

It runs with no problem.

But change the case of the C so that it is:

type("C", KeyModifier.CMD)

and the script will crash with a message like this

[error] Stopped
[error] An error occurs at line 1
[error] Error message:

java.lang.InterruptedException: sleep interrupted

The keyboard will then have the CMD key stuck down and all keys pressed
will be CMD key sequences until you exit the IDE and then it will return
to normal

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  type of CMD sequence using upper case letter causes failure and CMD
  stuck on

Status in Sikuli:
  New

Bug description:
  Under OSX trying to a copy by issuing a CMD-C key sequence using the
  type command, I have discovered that it you use upper case it causes a
  failure that leaves the system in a weird state where the CMD key is
  stuck down until you exit the IDE.

  Open the IDE and put this into a script and run it:

  type("c", KeyModifier.CMD)

  It runs with no problem.

  But change the case of the C so that it is:

  type("C", KeyModifier.CMD)

  and the script will crash with a message like this

  [error] Stopped
  [error] An error occurs at line 1
  [error] Error message:

  java.lang.InterruptedException: sleep interrupted

  The keyboard will then have the CMD key stuck down and all keys
  pressed will be CMD key sequences until you exit the IDE and then it
  will return to normal

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


Follow ups

References