Bug when click is followed by a comment

Report problems with documented functionality
partof
Posts: 110
Joined: 16 Jan 2016, 08:38

Bug when click is followed by a comment

28 Feb 2018, 07:40

I have a bug with this line of code:

Code: Select all

	click, 100, 200 ; 500, 600
The click wasn't position at 100-200 but at 100-500 (I have verify this with MouseGetPos)

I change my code to this and the bug disappeared.

Code: Select all

	click, 100, 200 
	; 500, 600
Somehow the comment wasn't processed as a comment.

Ahk version 1.1.26.01
gregster
Posts: 8999
Joined: 30 Sep 2013, 06:48

Re: Bug when click is followed by a comment

28 Feb 2018, 08:59

That seems unlikely, did you take notice of:
Coordinates are relative to the active window unless CoordMode was used to change that
(https://autohotkey.com/docs/commands/Click.htm) ?

Btw, Ahk version 1.1.26.01 ? We are now at 1.1.28.00 - does the bug apply to that as well? I cannot reproduce it on the latest version... and I don't think anyone would fix an old version.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 15 guests