﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
557	InputBox: Left & Top 'Default' keyword not working.	PeteW		"Hello,

According to the v3.2.12.1 Help file, the keyword Default should centre an InputBox. For Left & Top, however, -1 is needed...

{{{
; AutoIt v3.2.12.1 & beta 3.2.13.5
InputBox(""test"",""test"",""test"",""*M"",""Default"",""Default""); Centered, as expected.  I want to add a timeout...
InputBox(""test"",""test"",""test"",""*M"",""Default"",""Default"",""Default"",""Default"",10); Top-left - contrary to Help:
; left [optional] The left side of the input box. By default, the box is centered. If defined, top must also be defined. Use the keyword Default for this parameter to center the InputBox horizontally. 
; top [optional] The top of the input box. By default, the box is centered. If defined, left must also be defined. Use the keyword Default for this parameter to center the InputBox vertically. 
InputBox(""test"",""test"",""test"",""*M"",""Default"",""Default"",-1,-1,10); Centered
}}}

Cheers,
Pete."	Bug	closed		AutoIt	3.2.12.1	None	No Bug	InputBox	
