-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
tree-view: update styling when the tree row content cannot be fully displayed #7145
Comments
Hi @vince-fugnitto. I don't see this issue in Gitpod. I've taken a screenshot showing the ellipsis being applied. |
Hi @garethwhittaker, in your screenshot, are you displaying Gitpod itself or simply using Gitpod to open Theia? If it’s the former, it’s possible that Gitpod is using an older version of Theia that does not have this regression. |
@garethwhittaker I've verified again with The fix was initially present as part of #6939 but due to other issues it was reverted as part of #7124. #7124 fixed some problems with how other plugin views were displayed at the expense that rows present in |
Yes you're right @vince-fugnitto. Whilst the issue doesn't appear in Gitpod, it does when using Gitpod to view latest Theia. I can take a look at resolving this regression and provide an update in the next week. |
Sure! That'd be great, please keep #7124 in mind during your updates, other plugin views (such as gitlens) should be displayed correctly as well. |
Closed by #7237 |
Description
The styling of
tree-view
components (ex: 'npm scripts') should be updated so we are consistent with the rest of the application.Namely, when a
tree-view
row's content cannot be fully displayed, the row should display ellipsis like other trees in the application. At the moment, the styling is inconsistent:Additional Information
Related Pull-Requests:
The text was updated successfully, but these errors were encountered: