Opened on Aug 25, 2008 at 11:20:49 AM
Last modified on Sep 6, 2008 at 11:02:55 PM
#536 closed Bug
ControlGetFocus() prevents double-clicks — at Initial Version
| Reported by: | MarcoM | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | ControlGetFocus | Cc: |
Description
It seems that polling which control has the focus with ControlGetFocus() resets somehow the mouse click counter/timer...
Here is a code sample showing this:
{{{While 1
$CurrentWin = WinGetHandle("[Active]")
$CurrentControl = ControlGetFocus ($CurrentWin)
Sleep(50)
Wend}}}
Double-clicks are not detected anymore when this code is running.
Note:
See TracTickets
for help on using tickets.
