Modify ↓
Opened 14 years ago
Closed 14 years ago
#1748 closed Bug (Wont Fix)
"Enter" in an Input Box does 2 things
Reported by: | bkearan@… | 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 Changed 14 years ago by Jpm
- Owner set to Jon
- Status changed from new to assigned
comment:2 Changed 14 years ago by Jon
- Resolution set to Wont Fix
- Status changed from assigned 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.
same as #376 which perhaps will be solved by GUI rewrite