﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1985	"_IEAction($element, ""focus"") does not work in IE9"	anonymous	Valik	"Please try the following script to reproduce (extracted from the help file)

{{{
#include <IE.au3>
 
$oIE = _IE_Example(""form"")
 $oForm = _IEFormGetObjByName($oIE, ""ExampleForm"")
 Local $oInputFile = _IEFormElementGetObjByName($oForm, ""fileExample"")
 
; Assign input focus to the field and then send the text string
 _IEAction($oInputFile, ""focus"")
 Send(""C:\myfile.txt"")

}}}

As you can see the example fails in IE9, but it works in IE8

I tried version 3.3.6.1 and beta 3.3.7.14"	Bug	closed	3.3.7.18	AutoIt	3.3.6.1	None	Fixed	ie9, ie.au3, focus	
