﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2231	ControlSend case of text inconsistent	multiades@…		"This was reported previously, but it was closed 2 years ago as ""no bug"". There definitely is a bug, and it's causing problems with a script. This code is used to enter a directory into an open dialog:

ControlSend(""Import"", """", ""[CLASS:Edit; INSTANCE:1]"", $directory)

the problem occurs when it is where it is supposed to enter:

""d:\directory\anotherdirectory\file.dat""

but instead enters:

""d;\directory\anotherdirectory\file.dat""

or

""d:|directory|anotherdirectory|file.dat""


The result is an invalid directory/file reference. Entry works correctly most of the time, but when it doesn't it causes a major error in the script. I have tried changing the key delay and keydown delay as follows, with no apparent improvement in accuracy:

AutoItSetOption (""sendkeydelay"", 10)
AutoItSetOption (""sendkeydowndelay"", 10)

Previous report was: http://www.autoitscript.com/trac/autoit/ticket/1535

I am '''not''' using a non-english keyboard layout, as was cited in the other bug report.

Thanks,
-Chris"	Bug	closed		AutoIt	3.3.8.1	None	No Bug		
