Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings editor scrolls slowly when workbench.list.smoothScrolling enabled #104144

Closed
yume-chan opened this issue Aug 6, 2020 · 4 comments · Fixed by #104284
Closed

Settings editor scrolls slowly when workbench.list.smoothScrolling enabled #104144

yume-chan opened this issue Aug 6, 2020 · 4 comments · Fixed by #104284
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities insiders-released Patch has been released in VS Code Insiders list-widget List widget issues verified Verification succeeded

Comments

@yume-chan
Copy link
Contributor

Issue Type: Bug

When "workbench.list.smoothScrolling": false:

  • one mouse wheel scroll in extension view: moves 100px
  • one mouse wheel scroll in settings editor: moves 100px

When "workbench.list.smoothScrolling": true:

  • one mouse wheel scroll in extension view: moves 100px, with slight animation
  • one mouse wheel scroll in settings editor: moves 15~25px, without animation

I'm using a Logitech G502 Lightspeed mouse, without any scrolling tweaking softwares.

1

VS Code version: Code - Insiders 1.48.0-insider (d13d2fc, 2020-08-05T05:30:25.429Z)
OS version: Windows_NT x64 10.0.19041

System Info
Item Value
CPUs Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (8 x 1498)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.60GB (8.18GB free)
Process Argv
Screen Reader no
VM 0%
Extensions: none
@roblourens
Copy link
Member

I don't see this, any idea @joaomoreno

@joaomoreno
Copy link
Member

@roblourens I believe this setting is ignored for macOS.

Duplicate of #102261

@joaomoreno joaomoreno reopened this Aug 6, 2020
@joaomoreno
Copy link
Member

Actually not a duplicate. Interesting. I need to get my hands on a mouse to see if I can repro.

@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug error-list Problems view list-widget List widget issues and removed error-list Problems view labels Aug 7, 2020
@joaomoreno joaomoreno added this to the Backlog milestone Aug 7, 2020
@joaomoreno joaomoreno added the help wanted Issues identified as good community contribution opportunities label Aug 7, 2020
jeanp413 added a commit to jeanp413/vscode that referenced this issue Aug 8, 2020
@jeanp413
Copy link
Contributor

Created a PR that fixes this: #104284

@joaomoreno joaomoreno modified the milestones: Backlog, September 2020 Sep 3, 2020
@roblourens roblourens added the verified Verification succeeded label Oct 1, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities insiders-released Patch has been released in VS Code Insiders list-widget List widget issues verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@joaomoreno @roblourens @yume-chan @jeanp413 and others