﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1535	ControlSend changes case of text	dave.gibson@…		"I was using ControlSend() to set the text of an edit box and noticed that some characters within the text would have their case changed. It became a problem because the edit box is a drive\path specification and sometimes the colon would become a semi-colon (c:\ became c;\), which broke the validation code on the form.

I saw an old bug from a previous version of AutoIt which suggested using ControlSetText(). That works OK for me, I've had to add a couple of extra lines to set focus on the control then tab away to fire off the controls change code, but that's no problem.

The form/control I'm having this issue with is within Symantec Backup Exec System Recovery 2010, specifically when adding a backup path.

Offending line of code was...
(((
ControlSend("""", """", ""[CLASS:Edit; INSTANCE:1]"", ""C:\Path"")
)))

Let me know if you need any more info

Regards

Dave"	Bug	closed		AutoIt	3.3.6.0	None	No Bug	ControlSend Case	
