Modify

#2870 closed Bug (No Bug)

AutoIt send key combinations do not work sometimes

Reported by: icemang2@… Owned by: Jpm
Milestone: Component: AutoIt
Version: 3.3.12.0 Severity: None
Keywords: Cc:

Description

When AutoIT is used to copy and paste several hundred lines of text from a text file, line by line (each line will be copied to clipboard using clipput() and inserted into an application using ctrl-v). Sometimes, v or v will be paste into the active window instead of the actual contents of the clipboard being dumped as is specified when send ("v")or ctrlsend is used.

Attachments (0)

Change History (5)

comment:1 by Jos, on Aug 31, 2014 at 10:33:29 AM

Resolution: No Bug
Status: newclosed

.. and the bug is ..what?

Please refrain from creating BUG reports until you have some sort of confirmed BUG.
Visit our forum for questions/support.

Jos

comment:2 by anonymous, on Aug 31, 2014 at 4:48:38 PM

Can you please expalin why this is not a bug?

If command send ("v) is used, the contents of the clipboard is supposed to be input into the field that has focus. However, when it is put in a loop which iterates over 400 lines (even with the sleep function before and after the send() function) , sometimes AUTOIT sends the raw text "v" and not the command CTRL-V to the text box. The result is that "v" and not the contents of the clipboard is paste to the save-as dialog box. So, my files are sometimes saved with file-name "V". As i said previously this happens off and on.

comment:3 by Jpm, on Nov 30, 2020 at 7:01:03 PM

Resolution: No Bug
Status: closedreopened

comment:4 by Jpm, on Nov 30, 2020 at 7:01:54 PM

Owner: set to Jpm
Status: reopenedassigned

comment:5 by Jpm, on Nov 30, 2020 at 7:02:07 PM

Resolution: No Bug
Status: assignedclosed

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.