← Back to team overview

sikuli-driver team mailing list archive

[Bug 1428056] [NEW] paste() without a region do a click [1.1.0]

 

Public bug reported:

When I run my script with the version 1.0.1 and with the IDE 1.1.0
everything works fine. But I also run my scipt via JythonScriptRunner
from Java. If I want to paste some text on the current caret position
(and replace the selected text), sikuli does a click on the current
mouse position and after that it paste the text. So my caret is on
another position or my marked text isn't selected anymore before the new
test will be inserted.

I looked up in the source code and the commit eba537c in Mouse.java Line
236 was the reason.

** Affects: sikuli
     Importance: Undecided
         Status: New


** Tags: 1.1.0 sikuli

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

Title:
  paste() without a region do a click [1.1.0]

Status in Sikuli:
  New

Bug description:
  When I run my script with the version 1.0.1 and with the IDE 1.1.0
  everything works fine. But I also run my scipt via JythonScriptRunner
  from Java. If I want to paste some text on the current caret position
  (and replace the selected text), sikuli does a click on the current
  mouse position and after that it paste the text. So my caret is on
  another position or my marked text isn't selected anymore before the
  new test will be inserted.

  I looked up in the source code and the commit eba537c in Mouse.java
  Line 236 was the reason.

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


Follow ups

References