Modify

Opened 12 years ago

Closed 5 years ago

#2870 closed Bug (No Bug)

AutoIt send key combinations do not work sometimes

Reported by: icemang2@… Owned by: J-Paul Mesnage
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, 12 years ago

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, 12 years ago

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 J-Paul Mesnage, 5 years ago

Resolution: No Bug
Status: closedreopened

comment:4 by J-Paul Mesnage, 5 years ago

Owner: set to J-Paul Mesnage
Status: reopenedassigned

comment:5 by J-Paul Mesnage, 5 years ago

Resolution: No Bug
Status: assignedclosed

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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