Click Conditions, I must click the textbox and then input something, but the textbox will get focus in VS2015 and I can input directly without clicking the textbox.
When I input something in the textbox and press Enter, the "Close' button will get focus in VS2015, and I can press Enter once more to close it. But in VS2017, I must use mouse to click.
Expected Behavior: The textbox can get focus when clicking Conditions, and the close button can get focus when pressing Enter in the textobx
Version Used: VS2017 15.8
Steps to Reproduce:
Expected Behavior: The textbox can get focus when clicking Conditions, and the close button can get focus when pressing Enter in the textobx
Actual Behavior:No