Modify ↓
Opened 16 years ago
Closed 15 years ago
#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 , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 15 years ago
| 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