You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Current Behavior
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