Opened 5 years ago
Last modified 3 years ago
#3047 reviewing defect
Entry of valid values into parameters causes a bell-sound when pressing the enter key
Reported by: | gkronber | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Data.Views | Version: | trunk |
Keywords: | Cc: |
Description
Reproduce:
- Open GA-TSP sample
- Change population size to 200.
- Press enter key. --> Beep
- Change population size to 300.
- Select another parameter --> No beep.
Observed: In both cases the value of the parameter is changed. But in when pressing enter it makes a sound as if the value is incorrect.
Expected: No sound when the value is validated correctly. Sound only when entering incorrect values.
Change History (4)
comment:1 Changed 3 years ago by gkronber
- Component changed from Optimization.Views to Data.Views
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.17
- Owner set to gkronber
- Status changed from new to accepted
- Version set to trunk
comment:2 Changed 3 years ago by gkronber
comment:3 Changed 3 years ago by gkronber
r18166: set SuppressKeyPress=true in all controls that handle the Enter key explicitly (except for dialogs).
comment:4 Changed 3 years ago by gkronber
- Owner changed from gkronber to swagner
- Status changed from accepted to reviewing
Note: See
TracTickets for help on using
tickets.
r18165: fixed 'ding' sound on enter for StringConvertibleValueView