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

Many debug configurations make it impossible to reach 'Add Configurations' #11991

Closed
colin-grant-work opened this issue Dec 13, 2022 · 1 comment · Fixed by #12038
Closed
Labels
bug bugs found in the application core issues related to the core of the application debug issues that related to debug functionality ui/ux issues related to user interface / user experience

Comments

@colin-grant-work
Copy link
Contributor

colin-grant-work commented Dec 13, 2022

Bug Description:

If enough debug configurations are available to fill the screen, it is impossible to see the bottom 'Add Configuration' option. This is likely a general problem with the ReactSelectComponent

Steps to Reproduce:

  1. Open a workspace with many debug configurations.
  2. Open the debug view and open the debug config dropdown.
  3. Observe that you cannot see or scroll to the bottom of the list.

image

Additional Information

  • Operating System: Windows 10, Electron
  • Theia Version: ac7a9ff
@colin-grant-work colin-grant-work added debug issues that related to debug functionality core issues related to the core of the application ui/ux issues related to user interface / user experience bug bugs found in the application labels Dec 13, 2022
@vince-fugnitto
Copy link
Member

@msujew I assume we should add a max-width for the dropdown to solve the issue, along with making sure that content is overflowed with the scrollbar.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application core issues related to the core of the application debug issues that related to debug functionality ui/ux issues related to user interface / user experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants