Skip to content
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

#437 - Fix the way the keys are handled in the open session window an… #548

Merged
merged 1 commit into from
Sep 26, 2015

Conversation

simono74
Copy link
Contributor

This commit fixes the key handling in the Open Session window (Issue #437). The enter key now starts the selected session even if there are multiple sessions listed in the window. The Up/Down keys behavior is also fixed. The problem was that the second row of the table was selected when the user pressed the down key, but the current cell wasn't changed at the same time. Since the current cell was still the one from the first row, nothing happened when the user pressed the up key afterwards.

I also changed the default value of QuickSelectorCaseSensitiveSearch to false since I think this behavior makes a lot more sense.

… window and change the default value of QuickSelectorCaseSensitiveSearch to false.
@jimradford jimradford added this to the v1.4.0.8 milestone Sep 26, 2015
jimradford added a commit that referenced this pull request Sep 26, 2015
Fixes Issue #437 - Open Session dialog does not handle keys correctly
@jimradford jimradford merged commit d2b1b03 into jimradford:master Sep 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants