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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃毇 Bug] Accessing tree view text is truncated, when the view area of the tree view is smaller than the text #954

Open
2 of 3 tasks
tzAcee opened this issue Sep 27, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@tzAcee
Copy link

tzAcee commented Sep 27, 2023

Describe the bug

image

  • Im trying to get the text from a treeview child and that works finely on my local machine
  • If I want to do the same think my docker docker image on the build pipeline, Im getting a truncated version of the text ("script_modules/MOD1::SCRIPTS" instead of "script_modules/MOD1::SCRIPTS/Context1-Module.js")
  • The only difference is that the tree section is way smaller on the build agent than on my local machine
  • If I manually make sidebar with the treeview smaller on my machine and then try getting the text, Im getting the same truncated result
  • But as far as I know there is no way to make the sidebar width bigger programmaticaly, which would fix the issue!

Steps to Reproduce

  1. ???
  2. ???
  3. ???

Expected behavior

  • Fetch full text even though the text is out of sight
  • OR even better: Add posibility to make view bigger programmatically

Environment information

  • OS:
    • Windows
    • Linux
    • macOS
  • VSCode version: ???
  • ExTester version: latest
  • Node (npm) version: 18.4

this works:
image

that doesn't work:
image

@tzAcee tzAcee added bug Something isn't working new-issue New issue which was not discussed yet labels Sep 27, 2023
@djelinek djelinek removed the new-issue New issue which was not discussed yet label Oct 11, 2023
@djelinek djelinek added this to the BACKLOG milestone Oct 11, 2023
@djelinek djelinek changed the title [Bug] Accessing tree view text is truncated, when the view area of the tree view is smaller than the text [馃毇 Bug] Accessing tree view text is truncated, when the view area of the tree view is smaller than the text Oct 17, 2023
@djelinek djelinek modified the milestones: BACKLOG, NEXT Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants