AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

~Up event eats down event (bug invented in 1.0.47.02)

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Icfu



Joined: 24 Jul 2005
Posts: 27
Location: Rheinland

PostPosted: Wed Aug 22, 2007 4:43 pm    Post subject: ~Up event eats down event (bug invented in 1.0.47.02) Reply with quote

This example code will eat the mouse click in all windows!

Code:
#IfWinActive, non_existing_window
~LButton Up::  ; you can also use ~a UP:: and the like
Return


1. The window doesn't exist, so why is the click handled at all?
2. The tilde would allow mouse click nevertheless, even if window existed.
3. I suppose it has something to do with this change in 1.0.47.02:
Quote:
Fixed wildcard hotkeys not to acquire tilde behavior when the same hotkey exists in the script with a tilde. [thanks Lexikos]


Edit: I found 1.0.47.01 and 1.0.47.02 here – official AHK mirror doesn't have them unfortunately -- so I could test:
http://www.mirrorservice.org/sites/dl.sourceforge.net/pub/sourceforge/a/ah/ahk/

Icfu
_________________
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Fri Aug 24, 2007 3:07 am    Post subject: Reply with quote

This was already reported at www.autohotkey.com/forum/viewtopic.php?t=21793

It will be fixed in the next release; I just haven't had much time lately.
Back to top
View user's profile Send private message Send e-mail
Icfu



Joined: 24 Jul 2005
Posts: 27
Location: Rheinland

PostPosted: Fri Aug 24, 2007 4:12 am    Post subject: Reply with quote

Overlooked that, sorry...

Icfu
_________________
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group