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

QuickPickItem labels are hidden if description is too long #12180

Closed
vnfedotov opened this issue Feb 14, 2023 · 2 comments
Closed

QuickPickItem labels are hidden if description is too long #12180

vnfedotov opened this issue Feb 14, 2023 · 2 comments
Labels
quick-open issues related to the quick-open ui/ux issues related to user interface / user experience

Comments

@vnfedotov
Copy link
Contributor

Bug Description:

Since Theia 1.34 item labels in QuickPick lists are hidden if item descriptions are too long.

Steps to Reproduce:

  1. Use vscode.window.showQuickPick
  2. Provide vscode.QuickPickItem {label: 'myLabel', description: '${veryLongTextDescription}'}
  3. QuickPick item will appear with clipped description and hidden label

Screenshot 2023-02-14 144543

Additional Information

  • Theia Version: 1.34
@vnfedotov
Copy link
Contributor Author

Probably an impact of #12095, as it's added overflow: hidden for the relevant css

@vince-fugnitto
Copy link
Member

I believe it has been fixed by #12239.

@vince-fugnitto vince-fugnitto added ui/ux issues related to user interface / user experience quick-open issues related to the quick-open labels Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quick-open issues related to the quick-open ui/ux issues related to user interface / user experience
Projects
None yet
Development

No branches or pull requests

2 participants