﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1474	mouseClick not working on windows 7	gregfamilton@…		"I have scripts that worked on Windows XP no longer work on Windows7.
Scripts may work one time in 10.
I functions that seem be be effected include:
MouseClick
MouseClickDrag
MouseDown
_WinAPI_Mouse_Event

For example, the following code resizes a windows, by clicking and dragging the bottom corner :
[code]
Opt(""MustDeclareVars"",1)

dim $testTitle=""some window title""
dim $winPos = WinGetPos($testTitle)
dim $newWidth = 710

MouseClickDrag ( ""left"",$winpos[0]+$winPos[2]-5,$winpos[1]+$winPos[3]-5, _
	$winpos[0]+$newWidth-5,$winpos[1]+$winPos[3]-5)
[/code]

This works fine on my Win XP computer, but not on my Windows 7 computer. On the windows 7 computer you
see the mouse move, but no 'clicking' is taking place.

Is there some way I can work around this problem?"	Bug	closed		AutoIt	3.3.4.0	None	Works For Me		
