-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash with keystroke after File->New #1863
Comments
|
So, on startup the gridview is not in focus, so keystrokes likely go to the main window somewhere. After File > New the gridview is in focus, and the exception happens. However if you click either one of the Input / Output tabs, then the exception does not happen, since the focus is no longer on the grid component. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In general one line is always selected in the grid view of MobiFlight Connector, so when you start typing, you will be writing to the Description column. When you do File->New however, there is initially nothing selected, and pressing any key will cause an exception.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The only line should be selected, either after the gridview is cleared upon File->New, or upon the keystroke, which would then get inserted into the Description field.
Actual behavior
Exception. Adding the dump in the first comment.
Details
The text was updated successfully, but these errors were encountered: