geosone / seriesrenamer

Automatically exported from code.google.com/p/seriesrenamer
0 stars 1 forks source link

Proper catching of enter key in search dialog #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The accept button property of the form is currently set to None, because 
otherwise the textboxes don't catch the event.

When enter is pressed and a search textbox has focus, it should handle the 
enter key press, otherwise the form should handle it by pressing the OK 
button.

Need to overwrite the Form?

Original issue reported on code.google.com by fragman@gmail.com on 1 Jun 2009 at 2:54

GoogleCodeExporter commented 8 years ago

Original comment by fragman@gmail.com on 24 Jun 2009 at 1:21

GoogleCodeExporter commented 8 years ago
It's now pressing the correct keys...however, when clicking on an empty part of 
the 
window, focus stays with the currently selected control. I realize this is 
standard .NET behaviour, but I don't like it that much...should we keep that?

Original comment by fragman@gmail.com on 26 Jun 2009 at 5:19

GoogleCodeExporter commented 8 years ago

Original comment by fragman@gmail.com on 27 Jun 2009 at 12:09