Modify ↓
Opened 14 years ago
Closed 14 years ago
#1726 closed Bug (No Bug)
BlockInput(1) does not work on win7
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.0 | Severity: | None |
Keywords: | Cc: |
Description
code
{{
WinWaitActive("Mozilla Firefox")
BlockInput(1)
MouseClick("left", 656, 148, 1)
BlockInput(0)
}}
blockinput has no effect mouse and keyboard still work
Attachments (0)
Change History (1)
comment:1 Changed 14 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Reading all the documentation for a function is helpful to prevent creating bug reports for expected behavior.