Comment 2 for bug 1428056

Revision history for this message
Johannes (johannes-wuebbeling) wrote :

Yes, often I select text:
# click in a text field
type("a", KeyModifier.CTRL)
paste("new text")

And yes, you are right, that this should be fixed in Region.paste and not in Mouse.java

I don't know why it works when I run the script from the IDE. I couldn't debug the IDE.