﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
536	ControlGetFocus() prevents double-clicks	MarcoM		"It seems that polling which control has the focus with ControlGetFocus() resets somehow the mouse click counter/timer...

Here is a code sample showing this:

{{{
While 1
$CurrentWin = WinGetHandle(""[Active]"")
$CurrentControl = ControlGetFocus ($CurrentWin)
Sleep(50)
Wend
}}}


Double-clicks are not detected anymore when this code is running."	Bug	new		AutoIt	3.2.12.0	None		ControlGetFocus	
