﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2900	Control ID returned by GUIGetCursorInfo when use with overlapped controls	anonymous		"GUIGetCursorInfo() return an array. Index 4 of that array is the control that the mouse cursor is hovering over, or 0 if none.

When use this function with overlapped controls (control which is placed over another control, at the same position), then the function return the most recently added control!

This returned control is totally useless, since both WinAPI function (like WindowFromPoint()) or AutoIt message handling (OnEvent function, GUIGetMsg()) always return the FIRST created control at that position (since Windows believe that the FIRST created control is at most ""front"", any control created later should go behind it).

Expected: change this behavior, since it's rarely to have overlapped controls, it have the small change to break current script. Also, I see some script call WinAPI function to provide workaround for this, so a directly solution should be considered."	Bug	closed		AutoIt	3.3.12.0	None	Works For Me		
