﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2627	WinExists not working on Windows 8	Daniel.Paquette@…		"The following code works fine on windows 7 (32 and 64 bit), but fails on Windows 8 64 bit.

{{{
;Test for seeing if we can see notepad
;NotepadTest.au3
Opt(""WinTitleMatchMode"", 2)

DIM $CompletionWindowStr = ""Untitled - Notepad""

$WaitCompleteResult = WinExists($CompletionWindowStr)
If ($WaitCompleteResult = 1) Then
	MsgBox(1,""Info"", ""Notepad found"", 30)
Else
	MsgBox(1,""Info"", ""Notepad NOT found"", 30)
EndIf

Exit
}}}

Test setup is open notepad, then run the above compiled program.
Under windows 7 notepad is found.
Under windows 8.0 it is not.
"	Bug	closed		AutoIt	3.3.8.1	None	No Bug	WinExists	
