﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1322	"ControlCommand with ""GetSelected"" used on ListView crashes the script"	MrCreatoR <mscreator@…>	Valik	"To reproduce the bug, just open some Explorer window (folder), and run this script:


{{{
ControlCommand(""[CLASS:CabinetWClass]"", """", ""SysListView321"", ""GetSelected"")
MsgBox(64, 'Title', 'Crash!') ;Not shown
}}}

I know that ""GetSelected"" should be used on Edit control, but i came across this issue trying to get the text dinamically (in loop - for current control, using ControlGetFocus). And i think in any case script should not crash.

[b]P.S[/b]
Tested on WinXP SP2."	Bug	closed	3.3.1.7	AutoIt	3.3.0.0	None	Fixed	ControlCommand, GetSelected, ListView, crash	
