sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #30856
[Bug 1428056] Re: [1.1.0] paste() without a target should not click
ok, then from IDE or Java should be the same.
The only thing I could imagine: running from IDE there might be
differences in focus handling against the pure Java situation.
I will try to check that.
BTW: Windows or Linux?
--
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:
[1.1.0] paste() without a target should not click
Status in Sikuli:
Fix Committed
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
References