﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4001	$tagNMITEMACTIVATE is used with wrong parameter names in many examples	YuTang	Jpm	"Link:[https://www.autoitscript.com/autoit3/files/beta/autoit/docs/libfunctions/$tagNMITEMACTIVATE.htm]

Quote Syntax:
{{{#!autoit
Global Const $tagNMITEMACTIVATE = $tagNMHDR & "";int Index;int SubItem;int NewState;int OldState;"" & _
	""int Changed;int X;int Y;int lParam;int KeyFlags""
}}}

The above syntax clearly stated ""X"" and ""Y"" for its coordinates.
But many ListView examples refer them as ""ActionX"" and ""ActionY"".
A few of them listed below:
Link:[https://www.autoitscript.com/autoit3/files/beta/autoit/docs/libfunctions/_GUICtrlListView_Create.htm]
Link:[https://www.autoitscript.com/autoit3/files/beta/autoit/docs/libfunctions/_GUICtrlListView_HitTest.htm]
Link:[https://www.autoitscript.com/autoit3/files/beta/autoit/docs/libfunctions/_GUICtrlListView_GetEditControl.htm]"	Bug	closed	3.3.17.0	Documentation	3.3.16.1	None	Fixed	$tagNMITEMACTIVATE	
