Skip to content

Settings list widget items that are not being edited don't seem to have a max width #144783

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

Closed
peterokeefe-barbri opened this issue Mar 9, 2022 · 2 comments · Fixed by #145423
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member insiders-released Patch has been released in VS Code Insiders settings-editor VS Code settings editor issues verified Verification succeeded
Milestone

Comments

@peterokeefe-barbri
Copy link

peterokeefe-barbri commented Mar 9, 2022

image

Issue Type: Bug

There is a setting that I am trying to edit that is wider horizontally than the window, and I can't scroll over to actually perform any action on it. There is no visible horizontal scroll bar. I tried zooming out (control -) and the settings screen's total width reduced as well.

VS Code version: Code 1.65.0 (b5205cc, 2022-03-02T11:12:08.962Z)
OS version: Windows_NT x64 10.0.19044
Restricted Mode: No

System Info
Item Value
CPUs Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz (8 x 2304)
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) 39.76GB (14.73GB free)
Process Argv C:\Users\peter.okeefe\Development\code\Alfresco\componize-barbri-alfresco\src\main\resources\com\componize\barbri\doctypes --crash-reporter-id 827e5a44-457b-448f-aadc-8a334124bc49
Screen Reader no
VM 0%
Extensions (10)
Extension Author (truncated) Version
ng-template Ang 13.2.5
csharp ms- 1.24.1
vscode-dotnet-runtime ms- 1.5.0
powershell ms- 2021.12.0
vsliveshare ms- 1.0.5418
vsliveshare-audio ms- 0.1.91
vsliveshare-pack ms- 0.4.0
azurerm-vscode-tools msa 0.15.6
vetur oct 0.35.0
vscode-xml red 0.19.1
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvspyl392:30443607
pythontb:30283811
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
pythondataviewer:30285071
vscod805:30301674
pythonvspyt200:30340761
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593:30376534
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
vsclayoutctrt:30448491
dsvsc009:30440023
pythonvspyt640:30442238
vsbas813:30436447
vscscmwlcmc:30438804
vscgsvid1:30447480
helix:30440343

@peterokeefe-barbri peterokeefe-barbri changed the title No horizontal scrolling in Setup No horizontal scrolling in settings Mar 9, 2022
@rzhao271
Copy link
Contributor

That's definitely a problem. I'll check if I forgot to reduce some widths, or if it's coming from the extension.

@rzhao271 rzhao271 added bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues confirmed Issue has been confirmed by VS Code Team member labels Mar 10, 2022
@rzhao271 rzhao271 added this to the March 2022 milestone Mar 10, 2022
@rzhao271 rzhao271 changed the title No horizontal scrolling in settings Settings list widget items that are not being edited don't seem to have a max width Mar 10, 2022
rzhao271 added a commit that referenced this issue Mar 18, 2022
@rzhao271
Copy link
Contributor

Verification steps:

  1. In the Settings editor, for a string array setting such as emmet.extensionsPath, try typing in a very long value.
  2. After saving that value, the list widget should not stretch rightwards, but instead, the value should be clipped with ellipses (...). When hovering over the row that holds the value, a pencil edit icon should show up on the right, and it should not overlap with the value.

@mjbvz mjbvz added the verified Verification succeeded label Mar 24, 2022
@github-actions github-actions bot locked and limited conversation to collaborators May 2, 2022
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 confirmed Issue has been confirmed by VS Code Team member insiders-released Patch has been released in VS Code Insiders settings-editor VS Code settings editor issues verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@rzhao271 @mjbvz @peterokeefe-barbri and others