﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1714	controlID is not evaluated completely	u.kolender@…	Jon	"When determining a control by class, id and text the text is not considered for identifying the control.

Example:
1. Open notepad.
2. Select to replace a string, so that the replacement dialog is open.
3. The code:

{{{
$title = ""Ersetzen"" ; replace dialog
$cID = ""[CLASS:Button;ID:2;TEXT:Nonsense]"" ; cancel button with invalid text
MsgBox(0, ""Debug"", ControlCommand($title, """", $cID, ""IsVisible"", """"))
}}}

--> the button is found and the result is ""1""."	Bug	closed		AutoIt	3.3.6.0	None	Wont Fix		
