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

Desired combobox improvements #775

Open
guaje opened this issue Apr 3, 2023 · 1 comment
Open

Desired combobox improvements #775

guaje opened this issue Apr 3, 2023 · 1 comment

Comments

@guaje
Copy link
Contributor

guaje commented Apr 3, 2023

Is your feature request related to a problem? Please describe.

Having our combobox UI element is excellent, and despite all the customization options it provides, it would be great if the following concerns could be improved:

Describe the solution you'd like

  1. It always starts in expanded mode, as seen in the following image. When creating apps with several UI elements, it would be better if the comboboxes could be initiated in a collapsed mode and expanded only under users' requests.

combobox_issue_1

  1. Positioning a combobox on a panel is not intuitive due to the previously described situation.

  2. Even when one option is selected and the combobox is collapsed, UI elements behind the combobox panel cannot be clicked. For example, the DoubleSlider in the following image.

combobox_issue_2

@skoudoro
Copy link
Contributor

skoudoro commented Apr 8, 2023

Point 3 seems to be a common issue for multiple UI. the hidden background (usually a panel2D) should be resized or disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants