Opened 12 years ago
Closed 9 years ago
#2060 closed feature request (done)
Hitting the Enter-key in the experiment dialog closes the dialog
Reported by: | gkronber | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Optimization.Views | Version: | 3.3.13 |
Keywords: | Cc: |
Description
This is annoying for instance when filling a value list for a parameter
Change History (6)
comment:1 Changed 9 years ago by mkommend
- Owner changed from abeham to pfleck
- Status changed from new to assigned
comment:2 Changed 9 years ago by pfleck
- Status changed from assigned to accepted
comment:3 Changed 9 years ago by pfleck
comment:4 Changed 9 years ago by pfleck
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.14
- Owner changed from pfleck to abeham
- Status changed from accepted to reviewing
- Version changed from 3.3.8 to 3.3.13
comment:5 Changed 9 years ago by abeham
- Status changed from reviewing to readytorelease
- Type changed from defect to feature request
ok
comment:6 Changed 9 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13434 Unset the ok-button as the dialogs AcceptButton. This way the ok-button has to be clicked manually (or focused via tab and then pressed enter) to avoid accidently closing the dialog.