-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
BugSomething isn't working as expectedSomething isn't working as expected
Milestone
Description
In 1.77.0.41252 a new bug appears: typing more than one letter on keyboard to search the hosts tree "loses" the first keystroke after more keystrokes are input.
Expected Behavior
- Start with focus on a PuTTY window
- Move focus to hosts tree
- Press keys "h", "o", "s", "t"
- All four letters appear in the search bar as "host"
- Focus in hosts tree is moved to first match of search string "host"
Current Behavior
- Start with focus on a PuTTY window
- Move focus to hosts tree
- Press key "h"
- Focus in hosts tree is moved to first match of "h"
- Continue to press keys "o", "s", "t"
- Only the subsequent three letters appear in the search bar "ost"
- Focus in hosts tree is moved to first match of search string "ost", if one exists
Possible Solution
- ?
Steps to Reproduce (for bugs)
Follow the "Current Behavior" steps.
Context
In earlier releases all keystrokes were captured in the search bar correctly, including the first keystroke.
Your Environment
- Version used: 1.77.0.41252
- Operating System and version: Windows 10 1803 x64
Metadata
Metadata
Assignees
Labels
BugSomething isn't working as expectedSomething isn't working as expected