When tabbing to input fields in find or find and replace panes, tab characters are getting added to the input that receives focus. This results in accidentally constructing invalid find strings and or replacing all with an extra tab character. It’s extremely frustrating for users who are habituated to tabbing for focus. I have to fix my search inputs almost every time I do it.
For multi-input panes, expected behavior would be to change focus without adding the tab character to the focused element.
For single-input panes, I’m not sure what the expected behavior would be, but 3143 behavior is to add the tab character without changing focus.
This behavior was observed using build 3143 running on Windows 10.