vscode/test/smoke/src
Francisca Carneiro f93c5bc0c5
Fix #182308: Pressing PageUp in the search panel no longer causes the layout to change. (#213067)
Bug (previous behavior):
    1.Press Ctrl+Shift+F to open the search panel.
    2.Enter any text into the search input.
    3.Press PageUp/PageDown.
    4.The layout shifts to the right, hiding the line that indicates the current tab in the activity bar.

Solution:
When search results are displayed, pressing PageUp or PageDown now moves the cursor to the start or end of the search input, respectively. This is achieved by assigning specific functionality to these keys, overriding their default behavior of moving through the page.

Testing:
A smoke test was implemented to assess the fix. The test involves entering text into the search editor, pressing the PageUp and PageDown keys, and checking for any changes in the activity bar's layout.
2024-06-04 15:13:40 -07:00
..
areas Fix #182308: Pressing PageUp in the search panel no longer causes the layout to change. (#213067) 2024-06-04 15:13:40 -07:00
main.ts Enable terminal smoke tests on desktop 2024-04-02 09:08:45 -07:00
utils.ts Enable strict mode and bump target for test/smoke (#165296) 2022-11-02 19:23:58 -07:00