azuredatastudio
azuredatastudio copied to clipboard
Cannot press 'page up' or 'page down' multiple times within a result set
Issue Type: Bug
When scrolling through SQL result sets, you can press page up/down maybe once or twice but cannot do it multiple times! This makes it difficult to traverse result sets of anything > 200 rows.
Azure Data Studio version: azuredatastudio 1.39.1 (7553f799e175f471b7590302dd65c997b838b29b, 2022-08-30T01:11:13.047Z) OS version: Windows_NT x64 10.0.19043 Restricted Mode: No
System Info
Item | Value |
---|---|
CPUs | Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz (8 x 2112) |
GPU Status | 2d_canvas: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on rasterization: enabled skia_renderer: enabled_on video_decode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled |
Load (avg) | undefined |
Memory (System) | 15.79GB (1.48GB free) |
Process Argv | |
Screen Reader | no |
VM | 0% |
@kchungmsft I can reproduce the issue if I hold down the Page Down key, are you having trouble even when you are not holding down the key?
@alanrenmsft This happens for both holding or successive presses of the button. Sometimes 2-3 presses works but beyond that it stops working.
@kchungmsft how many columns do you have?
10 columns.
@alanrenmsft
I noticed on version 1.38.0 that the PageUp/PageDown behavior is slightly better. However, this doesn't work:
- Run a SQL query with large result set
- Hold PageDown for a few seconds, this works
- Let go of the button
- Hold PageDown/PageUp for a few seconds, this no longer works.
It seems as if the focus on the results window is being lost as you are scrolling through the results...