﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
909	WinActivate / WinExists / WinTitleMatchMode Title Bug	xelotiac@…		"Hello,

--1-- Open the AutoIt Help and execute this code line:

{{{
WinActivate(""Auto"")
}}}
It does'nt take effect even the WinTitleMatchMode is set on option 2, altough the title is ""AutoIt Help"". But
{{{
WinActivate(""AutoIt Help"")
}}}
 works.

--2-- Open your Opera Browser. The title of it in German is ""Schnellwahl - Opera"", in English I THINK ""Speed Dial - Opera""

But this

{{{
Opt(""WinTitleMatchMode"",1) ;without this line too, because its default
If WinExists(""Opera"") Then MsgBox("""","""",""OK"")
}}}
execute the Message Box, altough Opera is not at the beginn of the title.

My Setting: German AutoIt 3.3.0.0 + WinXP Pro SP3"	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
