← Back to team overview

sikuli-driver team mailing list archive

[Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

 

I was running into similar problems yesterday on OSX. I was not doing
any pasting.

What I was noticing when this was happening was not that
Env.getClipboard() was failing to update to the new contents of the
clipboard, but in fact somehow Sikuli was keeping the clipboard from
working. When it got into this mode copy and pasting from one app to
another was not working until I exited the IDE. I could select text in
an app, hit CMD-C, and try to paste into another app and it would paste
the clipboard before I hit copy.

But, unfortunately I can not reproduce this behavior today.

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

Title:
  X-1.0rc3: Env.getClipboard() seems to work only once and does not
  access real clipboard anymore after using paste()

Status in Sikuli:
  New

Bug description:
  --1. I use Interactive Sikuli Jython Session to do all this, if I
  relaunch it and check Env.getClipboard it has the new content. So it
  seems like Env.getClipboard only gets updated at the start.

  --2. After using paste() the first time, Env.getClipboard() only
  returns the last pasted content, no matter what the "real" clipboard
  may contain.

  -------------------------------------------------------------------------

  I'm trying to get a few lines of text into variables in a for loop using Env.getClipboard() but it only works on the first loop.
  On the second loopiteration  Env.getClipboard seems to always return the last value of the first one.

  I've checked the clipboard and the values are being correctly copied.

  Any ideia what might be causing this? runing v. X-1.0rc2 Mac OS 10.6.7

  Thanks in advance.

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


References