Comment 4 for bug 1675740

Revision history for this message
Todd Davies (fomx) wrote :

Hi Raimund,

I have a machine in my office that has this problem and adding sleep doesn't solve it. It seems unique to windows 10 though and not related to the where you are pasting. Consider the following that pastes into a text editor.

for _ in range(20):
    for i in range(10):
        sleep(1)
        paste(i)
    type(key.Enter)

This will fail to paste() a random number and doesn't seem dependent on how long the sleep() function is.

This should perhaps be a windows10 specific bug.