← Back to team overview

sikuli-driver team mailing list archive

[Bug 1362896] Re: [check] type(Key.HOME, Key.SHIFT + Key.CTRL) fails in browsers

 

** Summary changed:

- [1.0.1] type(Key.HOME, Key.SHIFT + Key.CTRL) fails in browsers
+ [check] type(Key.HOME, Key.SHIFT + Key.CTRL) fails in browsers

** Changed in: sikuli
    Milestone: 2.0.0 => 2.0.1

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

Title:
  [check] type(Key.HOME, Key.SHIFT + Key.CTRL) fails in browsers

Status in Sikuli:
  In Progress

Bug description:
  in 1.0.1 IDE, neither

   type(Key.LEFT, KeyModifier.SHIFT + KeyModifier.CTRL) 
  or
   type(Key.HOME, KeyModifier.SHIFT + KeyModifier.CTRL)

  behave like CTRL+SHIFT+LEFT or CTRL+SHIFT+HOME (all keys pressed
  together) which select text to the left of the cursor in FF, IE,
  Chrome, Opera and Safari.  Shouldn't these commands work?  I can do
  these manually, but in a script they do not work the same.

  thanks
  Joe

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


References