﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2776	AutoItX: ControlFocus with Handle doesn't work	anno1977@…	Jon	"Calling ControlFocus in AutoItX3.Control and control handle as first parameter doesn't work, but with AutoIt3.exe it work properly.

FocusEditor.au3
{{{
$hControl = ControlGetHandle(""Unbenannt - Editor"", """", ""Edit1"")
ControlFocus($hControl, """", """")
}}}

FocusEditor.vbs
{{{
Set oAutoIt = WScript.CreateObject(""AutoItX3.Control"")
hControl = oAutoIt.ControlGetHandle(""Unbenannt - Editor"", """", ""Edit1"")
oAutoIt.ControlFocus hControl, """", """"
}}}"	Bug	closed		AutoItX	3.3.12.0	None	No Bug		
