Modify ↓
#1748 closed Bug (Wont Fix)
"Enter" in an Input Box does 2 things
| Reported by: | Owned by: | Jon | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Default, Button, Enter | Cc: |
Description
Using Opt("GUIOnEventMode", 1)
Buggy Behavior : When inside an Gui InputBox, pressing the "Enter" key launches two events : the InputBox Event AND the Default Button (last button clicked)
Desired Behavior : Pressing "Enter" key only launches the InputBox Event. Also should be able to define a static default for the "Enter" key and disable the "last button clicked is default" behavior.
(see http://www.autoitscript.com/forum/index.php?showtopic=118921)
Attachments (0)
Change History (2)
comment:1 by , on Sep 3, 2010 at 7:35:23 AM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , on May 22, 2011 at 7:31:37 PM
| Resolution: | → Wont Fix |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

same as #376 which perhaps will be solved by GUI rewrite