﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1074	InputBox left positional reference not working correctly	partypooper@…	Jpm	"Setting the 'left' reference option to a negative number (as used with multiple monitors) does not work.

Examples:
This displays correctly on primary monitor as it should:
Local $s_FindGUID = InputBox(""Display Player Information"", ""Enter GUID:"", """", """", 250, 110, 600, 500)

This doesn't (displays on primary monitor rather than secondary monitor as it's been programmed to):
Local $s_FindGUID = InputBox(""Display Player Information"", ""Enter GUID:"", """", """", 250, 110, -600, 500)


Primary Monitor range: 0,0 thru 1680,1050
Secondary Monitor range: -1280,0 thru 0,1024
"	Bug	closed	3.3.1.2	AutoIt	3.3.1.0	None	Fixed	InputBox	
